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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(ItemCategoryDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<ItemCategoryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemCategoryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemCategoryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemCategoryPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-