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

Method Summary
 java.lang.String getName()
           
 UserPreference getParent()
           
 java.lang.String getValue()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasValue()
           
 void setName(java.lang.String name)
           
 void setParent(UserPreference userPreference)
           
 void setValue(java.lang.String value)
           
 
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

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)