| |
|
| java.lang.Object com.lutris.airsent.business.delivery.OrderFormImpl
OrderFormImpl | public OrderFormImpl()(Code) | | Creates a blank object.
|
OrderFormImpl | public OrderFormImpl(Delivery delivery) throws AirSentException(Code) | | creates an object based on an exiting order
Parameters: deleivery - existing order if an error occurs reading the deleivery |
getDescription | public String getDescription()(Code) | | returns the descriptions
descriptions |
getDropOffAddress1 | public String getDropOffAddress1()(Code) | | returns the drop off address
drop off address |
getDropOffDirections | public String getDropOffDirections()(Code) | | returns the drop off directions
drop off directions |
getDropOffName | public String getDropOffName()(Code) | | returns the drop off name
drop off name |
getDropOffPhone | public String getDropOffPhone()(Code) | | returns the
drop off phone |
getFragile | public boolean getFragile()(Code) | | returns the fragile
fragile state |
getOrderId | public String getOrderId()(Code) | | returns the orderid
orderid |
getPickUpAddress1 | public String getPickUpAddress1()(Code) | | returns the pick up adderss
pick up adderss |
getPickUpDirections | public String getPickUpDirections()(Code) | | returns the pick up directions
pick up directions |
getPickUpName | public String getPickUpName()(Code) | | returns the pick up name
pick up name |
getPickUpPhone | public String getPickUpPhone()(Code) | | returns the pick up phone
pick up phone |
getUrgent | public boolean getUrgent()(Code) | | returns the usrgent state
usrgent state |
setFragile | public void setFragile(boolean f)(Code) | | sets the fragile state
Parameters: f - fragile |
setOrderId | public void setOrderId(String id)(Code) | | sets the orderid
Parameters: id - orderid |
setSize | public void setSize(String s)(Code) | | sets the size
Parameters: s - size |
setUrgent | public void setUrgent(boolean u)(Code) | | sets the usrgent state
Parameters: u - usrgent state |
|
|
|