Class InventoryConditionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryConditionPK>
com.echothree.model.data.inventory.server.value.InventoryConditionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryConditionValue
extends BaseValue<InventoryConditionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryConditionValue
(InventoryConditionDetailPK activeDetailPK, InventoryConditionDetailPK lastDetailPK) Creates a new instance of InventoryConditionValueInventoryConditionValue
(InventoryConditionPK inventoryConditionPK, InventoryConditionDetailPK activeDetailPK, InventoryConditionDetailPK lastDetailPK) Creates a new instance of InventoryConditionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(InventoryConditionDetailPK activeDetailPK) void
setLastDetailPK
(InventoryConditionDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryConditionValue
public InventoryConditionValue(InventoryConditionPK inventoryConditionPK, InventoryConditionDetailPK activeDetailPK, InventoryConditionDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InventoryConditionValue- Throws:
PersistenceNotNullException
-
InventoryConditionValue
public InventoryConditionValue(InventoryConditionDetailPK activeDetailPK, InventoryConditionDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InventoryConditionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryConditionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryConditionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryConditionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryConditionPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-