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