com.collation.platform.model.topology.process
Interface ServiceProvider
- All Superinterfaces:
- ManagedElement, ModelObject, java.io.Serializable
public interface ServiceProvider
- extends ManagedElement
- Naming Rules:
- 0="providerName"
- Persistable:
- true
- Table Name:
- SERVPROVR
- Display Name:
- providerName
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 |
getProviderName
java.lang.String getProviderName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setProviderName
void setProviderName(java.lang.String name)
hasProviderName
boolean hasProviderName()
getBusinessCategory
java.lang.String getBusinessCategory()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBusinessCategory
void setBusinessCategory(java.lang.String cat)
hasBusinessCategory
boolean hasBusinessCategory()