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 TypeMethodDescriptionbooleangetDestinationParty(EntityPermission entityPermission) getDestinationPartyContactMechanism(EntityPermission entityPermission) booleanbooleangetDestinationWarehouseParty(EntityPermission entityPermission) booleanbooleangetOriginParty(EntityPermission entityPermission) getOriginPartyContactMechanism(EntityPermission entityPermission) booleanbooleangetOriginWarehouseParty(EntityPermission entityPermission) booleangetShipment(EntityPermission entityPermission) booleanbooleangetShipmentType(EntityPermission entityPermission) booleangetShippingMethod(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetDestinationParty(Party entity) voidvoidsetDestinationPartyContactMechanismPK(PartyContactMechanismPK destinationPartyContactMechanismPK) voidsetDestinationPartyPK(PartyPK destinationPartyPK) voidsetDestinationWarehouseParty(Party entity) voidsetDestinationWarehousePartyPK(PartyPK destinationWarehousePartyPK) voidsetFromTime(Long fromTime) voidsetOriginParty(Party entity) voidvoidsetOriginPartyContactMechanismPK(PartyContactMechanismPK originPartyContactMechanismPK) voidsetOriginPartyPK(PartyPK originPartyPK) voidsetOriginWarehouseParty(Party entity) voidsetOriginWarehousePartyPK(PartyPK originWarehousePartyPK) voidsetShipment(Shipment entity) voidvoidsetShipmentName(String shipmentName) voidsetShipmentPK(ShipmentPK shipmentPK) voidsetShipmentType(ShipmentType entity) voidsetShipmentTypePK(ShipmentTypePK shipmentTypePK) voidsetShippingMethod(ShippingMethod entity) voidsetShippingMethodPK(ShippingMethodPK shippingMethodPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
ShipmentDetail
Creates a new instance of ShipmentDetail- Throws:
PersistenceException
-
ShipmentDetail
Creates a new instance of ShipmentDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getShipmentDetailValue
-
setShipmentDetailValue
public void setShipmentDetailValue(@Nonnull ShipmentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getShipmentPK
-
getShipment
-
getShipment
-
getShipmentForUpdate
-
setShipmentPK
public void setShipmentPK(@Nonnull ShipmentPK shipmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipment
-
getShipmentPKHasBeenModified
-
getShipmentTypePK
-
getShipmentType
-
getShipmentType
-
getShipmentTypeForUpdate
-
setShipmentTypePK
public void setShipmentTypePK(@Nonnull ShipmentTypePK shipmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShipmentType
-
getShipmentTypePKHasBeenModified
-
getShipmentName
-
setShipmentName
public void setShipmentName(@Nonnull String shipmentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getShipmentNameHasBeenModified
-
getOriginPartyPK
-
getOriginParty
-
getOriginParty
-
getOriginPartyForUpdate
-
setOriginPartyPK
public void setOriginPartyPK(@Nonnull PartyPK originPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginParty
-
getOriginPartyPKHasBeenModified
-
getOriginWarehousePartyPK
-
getOriginWarehouseParty
-
getOriginWarehouseParty
-
getOriginWarehousePartyForUpdate
-
setOriginWarehousePartyPK
public void setOriginWarehousePartyPK(@Nullable PartyPK originWarehousePartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginWarehouseParty
-
getOriginWarehousePartyPKHasBeenModified
-
getOriginPartyContactMechanismPK
-
getOriginPartyContactMechanism
@Nullable public PartyContactMechanism getOriginPartyContactMechanism(EntityPermission entityPermission) -
getOriginPartyContactMechanism
-
getOriginPartyContactMechanismForUpdate
-
setOriginPartyContactMechanismPK
public void setOriginPartyContactMechanismPK(@Nullable PartyContactMechanismPK originPartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginPartyContactMechanism
-
getOriginPartyContactMechanismPKHasBeenModified
-
getDestinationPartyPK
-
getDestinationParty
-
getDestinationParty
-
getDestinationPartyForUpdate
-
setDestinationPartyPK
public void setDestinationPartyPK(@Nonnull PartyPK destinationPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationParty
-
getDestinationPartyPKHasBeenModified
-
getDestinationWarehousePartyPK
-
getDestinationWarehouseParty
-
getDestinationWarehouseParty
-
getDestinationWarehousePartyForUpdate
-
setDestinationWarehousePartyPK
public void setDestinationWarehousePartyPK(@Nullable PartyPK destinationWarehousePartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationWarehouseParty
-
getDestinationWarehousePartyPKHasBeenModified
-
getDestinationPartyContactMechanismPK
-
getDestinationPartyContactMechanism
@Nullable public PartyContactMechanism getDestinationPartyContactMechanism(EntityPermission entityPermission) -
getDestinationPartyContactMechanism
-
getDestinationPartyContactMechanismForUpdate
-
setDestinationPartyContactMechanismPK
public void setDestinationPartyContactMechanismPK(@Nullable PartyContactMechanismPK destinationPartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDestinationPartyContactMechanism
-
getDestinationPartyContactMechanismPKHasBeenModified
-
getShippingMethodPK
-
getShippingMethod
-
getShippingMethod
-
getShippingMethodForUpdate
-
setShippingMethodPK
public void setShippingMethodPK(@Nullable ShippingMethodPK shippingMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setShippingMethod
-
getShippingMethodPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-