com.collation.platform.model.gui.customviews
Interface InstanceViewConstruct

All Superinterfaces:
ModelObject, ProductModelObject, java.io.Serializable, ViewConstruct

public interface InstanceViewConstruct
extends ViewConstruct

Represents a custom views

Naming Rules:
0="instanceId"
Persistable:
true
Display Name:
name

Method Summary
 Guid getInstanceId()
           
 boolean hasInstanceId()
           
 void setInstanceId(Guid id)
           
 
Methods inherited from interface com.collation.platform.model.gui.customviews.ViewConstruct
getLevel, getName, hasLevel, hasName, setLevel, setName
 
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

getInstanceId

Guid getInstanceId()
                   throws AttributeNotSetException
Throws:
AttributeNotSetException

setInstanceId

void setInstanceId(Guid id)

hasInstanceId

boolean hasInstanceId()