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