Class InventoryDisposition
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryDisposition
- 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 InventoryDispositionInventoryDisposition(InventoryDispositionValue value, EntityPermission entityPermission) Creates a new instance of InventoryDisposition -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActiveDetail(EntityPermission entityPermission) booleangetLastDetail(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetActiveDetailPK(InventoryDispositionDetailPK activeDetailPK) voidvoidvoidsetLastDetailPK(InventoryDispositionDetailPK lastDetailPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryDisposition
Creates a new instance of InventoryDisposition- Throws:
PersistenceException
-
InventoryDisposition
Creates a new instance of InventoryDisposition
-
-
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
-
getInventoryDispositionValue
-
setInventoryDispositionValue
public void setInventoryDispositionValue(@Nonnull InventoryDispositionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getActiveDetailPK
-
getActiveDetail
-
getActiveDetail
-
getActiveDetailForUpdate
-
setActiveDetailPK
public void setActiveDetailPK(@Nullable InventoryDispositionDetailPK activeDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setActiveDetail
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
getLastDetail
-
getLastDetail
-
getLastDetailForUpdate
-
setLastDetailPK
public void setLastDetailPK(@Nullable InventoryDispositionDetailPK lastDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLastDetail
-
getLastDetailPKHasBeenModified
-