com.collation.platform.model.topology.meta
Interface DisplayNameRule

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

public interface DisplayNameRule
extends CmdbMeta

Naming Rules:
0="parent"
Persistable:
true
Table Name:
DISNAMEMETA

Method Summary
 ObjectAttribute[] getNameAttributes()
           
 ObjectClass getParent()
           
 boolean hasNameAttributes()
           
 boolean hasParent()
           
 void setNameAttributes(ObjectAttribute[] attrs)
           
 void setParent(ObjectClass cls)
           
 
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

getParent

ObjectClass getParent()
                      throws AttributeNotSetException
Throws:
AttributeNotSetException

setParent

void setParent(ObjectClass cls)

hasParent

boolean hasParent()

getNameAttributes

ObjectAttribute[] getNameAttributes()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException
Table Name:
DISRULE_ATTR

setNameAttributes

void setNameAttributes(ObjectAttribute[] attrs)

hasNameAttributes

boolean hasNameAttributes()