Class InventoryTransactionStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionStatusPK>
com.echothree.model.data.inventory.server.value.InventoryTransactionStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionStatusValue
extends BaseValue<InventoryTransactionStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionStatusValue(InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) Creates a new instance of InventoryTransactionStatusValueInventoryTransactionStatusValue(InventoryTransactionStatusPK inventoryTransactionStatusPK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) Creates a new instance of InventoryTransactionStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetInventoryTransactionLineSequence(Integer inventoryTransactionLineSequence) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionStatusValue
public InventoryTransactionStatusValue(InventoryTransactionStatusPK inventoryTransactionStatusPK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) throws PersistenceNotNullException Creates a new instance of InventoryTransactionStatusValue- Throws:
PersistenceNotNullException
-
InventoryTransactionStatusValue
public InventoryTransactionStatusValue(InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence) throws PersistenceNotNullException Creates a new instance of InventoryTransactionStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionStatusPK>
-
getInventoryTransactionPK
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionLineSequence
-
setInventoryTransactionLineSequence
public void setInventoryTransactionLineSequence(@Nonnull Integer inventoryTransactionLineSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLineSequenceHasBeenModified
-