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