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