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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ItemDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<ItemPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-