Class InventoryLayerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLayerPK>
com.echothree.model.data.inventory.server.value.InventoryLayerValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryLayerValue
extends BaseValue<InventoryLayerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryLayerValue(InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) Creates a new instance of InventoryLayerValueInventoryLayerValue(InventoryLayerPK inventoryLayerPK, InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) Creates a new instance of InventoryLayerValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(InventoryLayerDetailPK activeDetailPK) voidsetLastDetailPK(InventoryLayerDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLayerValue
public InventoryLayerValue(InventoryLayerPK inventoryLayerPK, InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InventoryLayerValue- Throws:
PersistenceNotNullException
-
InventoryLayerValue
public InventoryLayerValue(InventoryLayerDetailPK activeDetailPK, InventoryLayerDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InventoryLayerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryLayerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLayerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLayerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryLayerPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-