com.collation.platform.model.topology.process
Interface Supplier

All Superinterfaces:
ManagedElement, ModelObject, java.io.Serializable

public interface Supplier
extends ManagedElement

Naming Rules:
0="supplierName"
Persistable:
true
Table Name:
SUPPLIER
Display Name:
supplierName

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getSupplierName()
           
 boolean hasSupplierName()
           
 void setSupplierName(java.lang.String name)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getSupplierName

java.lang.String getSupplierName()
                                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setSupplierName

void setSupplierName(java.lang.String name)

hasSupplierName

boolean hasSupplierName()