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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDestinationPartyContactMechanismPK
(PartyContactMechanismPK destinationPartyContactMechanismPK) void
setDestinationPartyPK
(PartyPK destinationPartyPK) void
setDestinationWarehousePartyPK
(PartyPK destinationWarehousePartyPK) void
setFromTime
(Long fromTime) void
setOriginPartyContactMechanismPK
(PartyContactMechanismPK originPartyContactMechanismPK) void
setOriginPartyPK
(PartyPK originPartyPK) void
setOriginWarehousePartyPK
(PartyPK originWarehousePartyPK) void
setShipmentName
(String shipmentName) void
setShipmentPK
(ShipmentPK shipmentPK) void
setShipmentTypePK
(ShipmentTypePK shipmentTypePK) void
setShippingMethodPK
(ShippingMethodPK shippingMethodPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ShipmentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ShipmentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ShipmentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-