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