Class InventoryConditionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryConditionDetailPK>
com.echothree.model.data.inventory.server.value.InventoryConditionDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryConditionDetailValue
extends BaseValue<InventoryConditionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryConditionDetailValue
(InventoryConditionDetailPK inventoryConditionDetailPK, InventoryConditionPK inventoryConditionPK, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionDetailValueInventoryConditionDetailValue
(InventoryConditionPK inventoryConditionPK, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setInventoryConditionName
(String inventoryConditionName) void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryConditionDetailValue
public InventoryConditionDetailValue(InventoryConditionDetailPK inventoryConditionDetailPK, InventoryConditionPK inventoryConditionPK, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryConditionDetailValue- Throws:
PersistenceNotNullException
-
InventoryConditionDetailValue
public InventoryConditionDetailValue(InventoryConditionPK inventoryConditionPK, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryConditionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryConditionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryConditionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryConditionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryConditionDetailPK>
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getInventoryConditionName
-
setInventoryConditionName
public void setInventoryConditionName(String inventoryConditionName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-