Class ShipmentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ShipmentDetailPK>
com.echothree.model.data.shipment.server.value.ShipmentDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ShipmentDetailValue
extends BaseValue<ShipmentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionShipmentDetailValue(ShipmentDetailPK shipmentDetailPK, ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) Creates a new instance of ShipmentDetailValueShipmentDetailValue(ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) Creates a new instance of ShipmentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDestinationPartyContactMechanismPK(PartyContactMechanismPK destinationPartyContactMechanismPK) voidsetDestinationPartyPK(PartyPK destinationPartyPK) voidsetDestinationWarehousePartyPK(PartyPK destinationWarehousePartyPK) voidsetFromTime(Long fromTime) voidsetOriginPartyContactMechanismPK(PartyContactMechanismPK originPartyContactMechanismPK) voidsetOriginPartyPK(PartyPK originPartyPK) voidsetOriginWarehousePartyPK(PartyPK originWarehousePartyPK) voidsetShipmentName(String shipmentName) voidsetShipmentPK(ShipmentPK shipmentPK) voidsetShipmentTypePK(ShipmentTypePK shipmentTypePK) voidsetShippingMethodPK(ShippingMethodPK shippingMethodPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ShipmentDetailValue
public ShipmentDetailValue(ShipmentDetailPK shipmentDetailPK, ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentDetailValue- Throws:
PersistenceNotNullException
-
ShipmentDetailValue
public ShipmentDetailValue(ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ShipmentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ShipmentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ShipmentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ShipmentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ShipmentDetailPK>
-
getShipmentPK
-
setShipmentPK
- Throws:
PersistenceNotNullException
-
getShipmentPKHasBeenModified
-
getShipmentTypePK
-
setShipmentTypePK
- Throws:
PersistenceNotNullException
-
getShipmentTypePKHasBeenModified
-
getShipmentName
-
setShipmentName
- Throws:
PersistenceNotNullException
-
getShipmentNameHasBeenModified
-
getOriginPartyPK
-
setOriginPartyPK
- Throws:
PersistenceNotNullException
-
getOriginPartyPKHasBeenModified
-
getOriginWarehousePartyPK
-
setOriginWarehousePartyPK
-
getOriginWarehousePartyPKHasBeenModified
-
getOriginPartyContactMechanismPK
-
setOriginPartyContactMechanismPK
-
getOriginPartyContactMechanismPKHasBeenModified
-
getDestinationPartyPK
-
setDestinationPartyPK
- Throws:
PersistenceNotNullException
-
getDestinationPartyPKHasBeenModified
-
getDestinationWarehousePartyPK
-
setDestinationWarehousePartyPK
-
getDestinationWarehousePartyPKHasBeenModified
-
getDestinationPartyContactMechanismPK
-
setDestinationPartyContactMechanismPK
public void setDestinationPartyContactMechanismPK(PartyContactMechanismPK destinationPartyContactMechanismPK) -
getDestinationPartyContactMechanismPKHasBeenModified
-
getShippingMethodPK
-
setShippingMethodPK
-
getShippingMethodPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-