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