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