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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(ShipmentPackageDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<ShipmentPackagePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ShipmentPackagePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ShipmentPackagePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ShipmentPackagePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-