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