| |
|
| com.lutris.airsent.spec.delivery.Delivery
All known Subclasses: com.lutris.airsent.business.delivery.DeliveryImpl,
Delivery | public interface Delivery (Code) | | Delivery interface.
|
MAX_DESC | final public static int MAX_DESC(Code) | | Maximum size of the description field
|
MAX_SIZE | final public static int MAX_SIZE(Code) | | Maximum size of the description field
|
dropOff | public void dropOff() throws AirSentException(Code) | | Changes the order to be in the 'drop off' state
if an error occurs |
isDroppedOff | public boolean isDroppedOff() throws AirSentException(Code) | | returns the drop off status
true if the order has been dropped off if an error occurs |
isFragile | public boolean isFragile() throws AirSentException(Code) | | gets the fragile flag
true if fragile if an error occurs |
isPickedUp | public boolean isPickedUp() throws AirSentException(Code) | | returns the pick up statues
true if order has been pickup if an error occurs |
isUrgent | public boolean isUrgent() throws AirSentException(Code) | | gets the urgent flag
true if urgent if an error occurs |
pickUp | public void pickUp() throws AirSentException(Code) | | Chnages the order to be 'picked up'
if an error occurs |
setDescription | public void setDescription(String description) throws AirSentException(Code) | | sets the order description
Parameters: description - order description if an error occurs if the description is invalid |
setIsFragile | public void setIsFragile(boolean fragile) throws AirSentException(Code) | | sets the fragile flag
Parameters: fragile - true if fragile if an error occurs |
setIsUrgent | public void setIsUrgent(boolean urgent) throws AirSentException(Code) | | sets the urgent flag
Parameters: urgent - true if urgent if an error occurs |
setMessenger | public void setMessenger(Messenger messenger) throws AirSentException(Code) | | Sets the messenger.
if an error occurs if a business rule is violated |
setSize | public void setSize(String size) throws AirSentException(Code) | | sets the size for the order
Parameters: size - size description if an error occurs |
|
|
|