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