Class ItemCategoryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemCategoryPK>
com.echothree.model.data.item.server.value.ItemCategoryValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemCategoryValue(ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) Creates a new instance of ItemCategoryValueItemCategoryValue(ItemCategoryPK itemCategoryPK, ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) Creates a new instance of ItemCategoryValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ItemCategoryDetailPK activeDetailPK) voidsetLastDetailPK(ItemCategoryDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemCategoryValue
public ItemCategoryValue(ItemCategoryPK itemCategoryPK, ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ItemCategoryValue- Throws:
PersistenceNotNullException
-
ItemCategoryValue
public ItemCategoryValue(ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of ItemCategoryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemCategoryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemCategoryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemCategoryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemCategoryPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-