Class InventoryTransactionLineTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionLineTimePK>
com.echothree.model.data.inventory.server.value.InventoryTransactionLineTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionLineTimeValue
extends BaseValue<InventoryTransactionLineTimePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionLineTimeValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineTimeValueInventoryTransactionLineTimeValue(InventoryTransactionLineTimePK inventoryTransactionLineTimePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidsetInventoryTransactionTimeTypePK(InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionLineTimeValue
public InventoryTransactionLineTimeValue(InventoryTransactionLineTimePK inventoryTransactionLineTimePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineTimeValue- Throws:
PersistenceNotNullException
-
InventoryTransactionLineTimeValue
public InventoryTransactionLineTimeValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionLineTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionLineTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionLineTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionLineTimePK>
-
getInventoryTransactionLinePK
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLinePKHasBeenModified
-
getInventoryTransactionTimeTypePK
-
setInventoryTransactionTimeTypePK
public void setInventoryTransactionTimeTypePK(@Nonnull InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-