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