Class InventoryTransactionLineTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineTime
- 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 InventoryTransactionLineTimeInventoryTransactionLineTime(InventoryTransactionLineTimeValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineTime -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryTransactionLine(EntityPermission entityPermission) booleangetInventoryTransactionTimeType(EntityPermission entityPermission) booleanbooleangetTime()booleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidvoidvoidsetInventoryTransactionTimeTypePK(InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK) voidsetThruTime(Long thruTime) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionLineTime
Creates a new instance of InventoryTransactionLineTime- Throws:
PersistenceException
-
InventoryTransactionLineTime
public InventoryTransactionLineTime(InventoryTransactionLineTimeValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineTime
-
-
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
-
getInventoryTransactionLineTimeValue
-
setInventoryTransactionLineTimeValue
public void setInventoryTransactionLineTimeValue(@Nonnull InventoryTransactionLineTimeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionLinePK
-
getInventoryTransactionLine
@Nonnull public InventoryTransactionLine getInventoryTransactionLine(EntityPermission entityPermission) -
getInventoryTransactionLine
-
getInventoryTransactionLineForUpdate
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionLine
-
getInventoryTransactionLinePKHasBeenModified
-
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
-