Class InventoryTransactionStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of InventoryTransactionStatusInventoryTransactionStatus(InventoryTransactionStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInventoryTransaction(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetInventoryTransactionLineSequence(Integer inventoryTransactionLineSequence) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionStatus
Creates a new instance of InventoryTransactionStatus- Throws:
PersistenceException
-
InventoryTransactionStatus
public InventoryTransactionStatus(InventoryTransactionStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryTransactionStatusValue
-
setInventoryTransactionStatusValue
public void setInventoryTransactionStatusValue(@Nonnull InventoryTransactionStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionPK
-
getInventoryTransaction
-
getInventoryTransaction
-
getInventoryTransactionForUpdate
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransaction
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionLineSequence
-
setInventoryTransactionLineSequence
public void setInventoryTransactionLineSequence(@Nonnull Integer inventoryTransactionLineSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryTransactionLineSequenceHasBeenModified
-