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