Class PicklistValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PicklistPK>
com.echothree.model.data.picklist.server.value.PicklistValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPicklistValue
(PicklistDetailPK activeDetailPK, PicklistDetailPK lastDetailPK) Creates a new instance of PicklistValuePicklistValue
(PicklistPK picklistPK, PicklistDetailPK activeDetailPK, PicklistDetailPK lastDetailPK) Creates a new instance of PicklistValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PicklistDetailPK activeDetailPK) void
setLastDetailPK
(PicklistDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PicklistValue
public PicklistValue(PicklistPK picklistPK, PicklistDetailPK activeDetailPK, PicklistDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PicklistValue- Throws:
PersistenceNotNullException
-
PicklistValue
public PicklistValue(PicklistDetailPK activeDetailPK, PicklistDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PicklistValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PicklistPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PicklistPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PicklistPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PicklistPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-