Class InventoryTransactionTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionTime
- 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 InventoryTransactionTimeInventoryTransactionTime(InventoryTransactionTimeValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionTime -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryTransaction(EntityPermission entityPermission) booleangetInventoryTransactionTimeType(EntityPermission entityPermission) booleanbooleangetTime()booleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidvoidsetInventoryTransactionTimeTypePK(InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK) voidvoidsetThruTime(Long thruTime) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionTime
Creates a new instance of InventoryTransactionTime- Throws:
PersistenceException
-
InventoryTransactionTime
public InventoryTransactionTime(InventoryTransactionTimeValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionTime
-
-
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
-
getInventoryTransactionTimeValue
-
setInventoryTransactionTimeValue
public void setInventoryTransactionTimeValue(@Nonnull InventoryTransactionTimeValue 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
-
getInventoryTransactionTimeTypePK
-
getInventoryTransactionTimeType
@Nonnull public InventoryTransactionTimeType getInventoryTransactionTimeType(EntityPermission entityPermission) -
getInventoryTransactionTimeType
-
getInventoryTransactionTimeTypeForUpdate
-
setInventoryTransactionTimeTypePK
public void setInventoryTransactionTimeTypePK(@Nonnull InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionTimeType
-
getInventoryTransactionTimeTypePKHasBeenModified
-
getTime
-
setTime
public void setTime(@Nonnull Long time) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-