Class InventoryConditionUseValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryConditionUsePK>
com.echothree.model.data.inventory.server.value.InventoryConditionUseValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryConditionUseValue
extends BaseValue<InventoryConditionUsePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryConditionUseValue
(InventoryConditionUsePK inventoryConditionUsePK, InventoryConditionUseTypePK inventoryConditionUseTypePK, InventoryConditionPK inventoryConditionPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionUseValueInventoryConditionUseValue
(InventoryConditionUseTypePK inventoryConditionUseTypePK, InventoryConditionPK inventoryConditionPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionUseValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
setInventoryConditionUseTypePK
(InventoryConditionUseTypePK inventoryConditionUseTypePK) void
setIsDefault
(Boolean isDefault) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryConditionUseValue
public InventoryConditionUseValue(InventoryConditionUsePK inventoryConditionUsePK, InventoryConditionUseTypePK inventoryConditionUseTypePK, InventoryConditionPK inventoryConditionPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryConditionUseValue- Throws:
PersistenceNotNullException
-
InventoryConditionUseValue
public InventoryConditionUseValue(InventoryConditionUseTypePK inventoryConditionUseTypePK, InventoryConditionPK inventoryConditionPK, Boolean isDefault, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryConditionUseValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryConditionUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryConditionUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryConditionUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryConditionUsePK>
-
getInventoryConditionUseTypePK
-
setInventoryConditionUseTypePK
public void setInventoryConditionUseTypePK(InventoryConditionUseTypePK inventoryConditionUseTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionUseTypePKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-