com.collation.platform.model.gui.customviews
Interface ViewDefinition
- All Superinterfaces:
- ModelObject, ProductModelObject, java.io.Serializable
public interface ViewDefinition
- extends ProductModelObject
Represents a custom views
- Naming Rules:
- 0="name"
- Persistable:
- true
- Table Name:
- VIEWDEF
- Display Name:
- name
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 |
hasName
boolean hasName()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasViewConstructs
boolean hasViewConstructs()
getViewConstructs
ViewConstruct[] getViewConstructs()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Containment Relationship:
- false
setViewConstructs
void setViewConstructs(ViewConstruct[] viewConstructs)
getExcludeViewConstructs
ViewConstruct[] getExcludeViewConstructs()
throws AttributeNotSetException
- Returns:
-
- Throws:
AttributeNotSetException
- Containment Relationship:
- false
setExcludeViewConstructs
void setExcludeViewConstructs(ViewConstruct[] viewConstructs)
hasExcludeViewConstructs
boolean hasExcludeViewConstructs()