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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidsetInventoryConditionUseTypePK(InventoryConditionUseTypePK inventoryConditionUseTypePK) voidsetIsDefault(Boolean isDefault) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<InventoryConditionUsePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryConditionUsePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryConditionUsePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-