com.collation.platform.model.gui.preferences
Interface Preference
- All Superinterfaces:
- ModelObject, ProductModelObject, java.io.Serializable
- All Known Subinterfaces:
- FilterPreference
public interface Preference
- extends ProductModelObject
Represents a user's preferences
- Naming Rules:
- 0="parent,name"
- Persistable:
- true
- Table Name:
- PREFERENCE
- 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 |
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
getValue
java.lang.String getValue()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
setValue
void setValue(java.lang.String value)
hasName
boolean hasName()
hasValue
boolean hasValue()
getParent
UserPreference getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasParent
boolean hasParent()
setParent
void setParent(UserPreference userPreference)