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