com.semarchy.mdm.runtime.model.logical
Interface IPublisher

All Superinterfaces:
IUniquelyNamed, Serializable

public interface IPublisher
extends IUniquelyNamed, Serializable

Defines a publisher for a given model

Author:
skamel

Field Summary
static String PUBLISHER_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 String getCode()
           
 IModel getModel()
           
 String getName()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

PUBLISHER_PREFIX

static final String PUBLISHER_PREFIX
See Also:
Constant Field Values
Method Detail

getModel

IModel getModel()

getName

String getName()

getCode

String getCode()


Copyright © 2015. All Rights Reserved.