Class InventoryTransactionTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionTimePK>
com.echothree.model.data.inventory.server.value.InventoryTransactionTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionTimeValue
extends BaseValue<InventoryTransactionTimePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionTimeValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionTimeValueInventoryTransactionTimeValue(InventoryTransactionTimePK inventoryTransactionTimePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidsetInventoryTransactionTimeTypePK(InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionTimeValue
public InventoryTransactionTimeValue(InventoryTransactionTimePK inventoryTransactionTimePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionTimeValue- Throws:
PersistenceNotNullException
-
InventoryTransactionTimeValue
public InventoryTransactionTimeValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionTimePK>
-
getInventoryTransactionPK
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionPKHasBeenModified
-
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
-