Class ShipmentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.shipment.server.entity.ShipmentDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ShipmentDetailShipmentDetail
(ShipmentDetailValue value, EntityPermission entityPermission) Creates a new instance of ShipmentDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDestinationParty
(EntityPermission entityPermission) getDestinationParty
(Session session) getDestinationParty
(Session session, EntityPermission entityPermission) getDestinationPartyContactMechanism
(EntityPermission entityPermission) getDestinationPartyContactMechanism
(Session session, EntityPermission entityPermission) boolean
getDestinationPartyForUpdate
(Session session) boolean
getDestinationWarehouseParty
(EntityPermission entityPermission) getDestinationWarehouseParty
(Session session) getDestinationWarehouseParty
(Session session, EntityPermission entityPermission) boolean
boolean
getOriginParty
(EntityPermission entityPermission) getOriginParty
(Session session) getOriginParty
(Session session, EntityPermission entityPermission) getOriginPartyContactMechanism
(EntityPermission entityPermission) getOriginPartyContactMechanism
(Session session) getOriginPartyContactMechanism
(Session session, EntityPermission entityPermission) boolean
getOriginPartyForUpdate
(Session session) boolean
getOriginWarehouseParty
(EntityPermission entityPermission) getOriginWarehouseParty
(Session session) getOriginWarehouseParty
(Session session, EntityPermission entityPermission) getOriginWarehousePartyForUpdate
(Session session) boolean
getShipment
(EntityPermission entityPermission) getShipment
(Session session) getShipment
(Session session, EntityPermission entityPermission) getShipmentForUpdate
(Session session) boolean
boolean
getShipmentType
(EntityPermission entityPermission) getShipmentType
(Session session) getShipmentType
(Session session, EntityPermission entityPermission) getShipmentTypeForUpdate
(Session session) boolean
getShippingMethod
(EntityPermission entityPermission) getShippingMethod
(Session session) getShippingMethod
(Session session, EntityPermission entityPermission) getShippingMethodForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setDestinationParty
(Party entity) void
void
setDestinationPartyContactMechanismPK
(PartyContactMechanismPK destinationPartyContactMechanismPK) void
setDestinationPartyPK
(PartyPK destinationPartyPK) void
setDestinationWarehouseParty
(Party entity) void
setDestinationWarehousePartyPK
(PartyPK destinationWarehousePartyPK) void
setFromTime
(Long fromTime) void
setOriginParty
(Party entity) void
void
setOriginPartyContactMechanismPK
(PartyContactMechanismPK originPartyContactMechanismPK) void
setOriginPartyPK
(PartyPK originPartyPK) void
setOriginWarehouseParty
(Party entity) void
setOriginWarehousePartyPK
(PartyPK originWarehousePartyPK) void
setShipment
(Shipment entity) void
void
setShipmentName
(String shipmentName) void
setShipmentPK
(ShipmentPK shipmentPK) void
setShipmentType
(ShipmentType entity) void
setShipmentTypePK
(ShipmentTypePK shipmentTypePK) void
setShippingMethod
(ShippingMethod entity) void
setShippingMethodPK
(ShippingMethodPK shippingMethodPK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ShipmentDetail
Creates a new instance of ShipmentDetail- Throws:
PersistenceException
-
ShipmentDetail
Creates a new instance of ShipmentDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getShipmentDetailValue
-
setShipmentDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getShipmentPK
-
getShipment
-
getShipment
-
getShipment
-
getShipment
-
getShipmentForUpdate
-
getShipmentForUpdate
-
setShipmentPK
public void setShipmentPK(ShipmentPK shipmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipment
-
getShipmentPKHasBeenModified
-
getShipmentTypePK
-
getShipmentType
-
getShipmentType
-
getShipmentType
-
getShipmentType
-
getShipmentTypeForUpdate
-
getShipmentTypeForUpdate
-
setShipmentTypePK
public void setShipmentTypePK(ShipmentTypePK shipmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentType
-
getShipmentTypePKHasBeenModified
-
getShipmentName
-
setShipmentName
public void setShipmentName(String shipmentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShipmentNameHasBeenModified
-
getOriginPartyPK
-
getOriginParty
-
getOriginParty
-
getOriginParty
-
getOriginParty
-
getOriginPartyForUpdate
-
getOriginPartyForUpdate
-
setOriginPartyPK
public void setOriginPartyPK(PartyPK originPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginParty
-
getOriginPartyPKHasBeenModified
-
getOriginWarehousePartyPK
-
getOriginWarehouseParty
-
getOriginWarehouseParty
-
getOriginWarehouseParty
-
getOriginWarehouseParty
-
getOriginWarehousePartyForUpdate
-
getOriginWarehousePartyForUpdate
-
setOriginWarehousePartyPK
public void setOriginWarehousePartyPK(PartyPK originWarehousePartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginWarehouseParty
-
getOriginWarehousePartyPKHasBeenModified
-
getOriginPartyContactMechanismPK
-
getOriginPartyContactMechanism
public PartyContactMechanism getOriginPartyContactMechanism(Session session, EntityPermission entityPermission) -
getOriginPartyContactMechanism
-
getOriginPartyContactMechanism
-
getOriginPartyContactMechanism
-
getOriginPartyContactMechanismForUpdate
-
getOriginPartyContactMechanismForUpdate
-
setOriginPartyContactMechanismPK
public void setOriginPartyContactMechanismPK(PartyContactMechanismPK originPartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginPartyContactMechanism
-
getOriginPartyContactMechanismPKHasBeenModified
-
getDestinationPartyPK
-
getDestinationParty
-
getDestinationParty
-
getDestinationParty
-
getDestinationParty
-
getDestinationPartyForUpdate
-
getDestinationPartyForUpdate
-
setDestinationPartyPK
public void setDestinationPartyPK(PartyPK destinationPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationParty
-
getDestinationPartyPKHasBeenModified
-
getDestinationWarehousePartyPK
-
getDestinationWarehouseParty
-
getDestinationWarehouseParty
-
getDestinationWarehouseParty
-
getDestinationWarehouseParty
-
getDestinationWarehousePartyForUpdate
-
getDestinationWarehousePartyForUpdate
-
setDestinationWarehousePartyPK
public void setDestinationWarehousePartyPK(PartyPK destinationWarehousePartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationWarehouseParty
-
getDestinationWarehousePartyPKHasBeenModified
-
getDestinationPartyContactMechanismPK
-
getDestinationPartyContactMechanism
public PartyContactMechanism getDestinationPartyContactMechanism(Session session, EntityPermission entityPermission) -
getDestinationPartyContactMechanism
-
getDestinationPartyContactMechanism
-
getDestinationPartyContactMechanism
-
getDestinationPartyContactMechanismForUpdate
-
getDestinationPartyContactMechanismForUpdate
-
setDestinationPartyContactMechanismPK
public void setDestinationPartyContactMechanismPK(PartyContactMechanismPK destinationPartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationPartyContactMechanism
-
getDestinationPartyContactMechanismPKHasBeenModified
-
getShippingMethodPK
-
getShippingMethod
-
getShippingMethod
-
getShippingMethod
-
getShippingMethod
-
getShippingMethodForUpdate
-
getShippingMethodForUpdate
-
setShippingMethodPK
public void setShippingMethodPK(ShippingMethodPK shippingMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShippingMethod
-
getShippingMethodPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-