Class InventoryTransactionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionDetail
- 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 InventoryTransactionDetailInventoryTransactionDetail(InventoryTransactionDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCompanyParty(EntityPermission entityPermission) booleanbooleanbooleangetInventoryTransaction(EntityPermission entityPermission) booleanbooleangetInventoryTransactionReason(EntityPermission entityPermission) booleangetInventoryTransactionType(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetCompanyParty(Party entity) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidvoidsetInventoryTransactionName(String inventoryTransactionName) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidvoidsetInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidvoidsetInventoryTransactionTypePK(InventoryTransactionTypePK inventoryTransactionTypePK) voidsetReference(String reference) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionDetail
Creates a new instance of InventoryTransactionDetail- Throws:
PersistenceException
-
InventoryTransactionDetail
public InventoryTransactionDetail(InventoryTransactionDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionDetail
-
-
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
-
getInventoryTransactionDetailValue
-
setInventoryTransactionDetailValue
public void setInventoryTransactionDetailValue(@Nonnull InventoryTransactionDetailValue 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
-
getInventoryTransactionTypePK
-
getInventoryTransactionType
@Nonnull public InventoryTransactionType getInventoryTransactionType(EntityPermission entityPermission) -
getInventoryTransactionType
-
getInventoryTransactionTypeForUpdate
-
setInventoryTransactionTypePK
public void setInventoryTransactionTypePK(@Nonnull InventoryTransactionTypePK inventoryTransactionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionType
-
getInventoryTransactionTypePKHasBeenModified
-
getInventoryTransactionName
-
setInventoryTransactionName
public void setInventoryTransactionName(@Nonnull String inventoryTransactionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryTransactionNameHasBeenModified
-
getCompanyPartyPK
-
getCompanyParty
-
getCompanyParty
-
getCompanyPartyForUpdate
-
setCompanyPartyPK
public void setCompanyPartyPK(@Nonnull PartyPK companyPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCompanyParty
-
getCompanyPartyPKHasBeenModified
-
getInventoryTransactionReasonPK
-
getInventoryTransactionReason
@Nullable public InventoryTransactionReason getInventoryTransactionReason(EntityPermission entityPermission) -
getInventoryTransactionReason
-
getInventoryTransactionReasonForUpdate
-
setInventoryTransactionReasonPK
public void setInventoryTransactionReasonPK(@Nullable InventoryTransactionReasonPK inventoryTransactionReasonPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionReason
-
getInventoryTransactionReasonPKHasBeenModified
-
getReference
-
setReference
public void setReference(@Nullable String reference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nullable String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-