|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
GeneralAccommodation |
getAccommodation()
Return the accommodation for the return line accommodation adjustment, can be null if the adjustment type is for TAX. |
Money |
getAmount()
Return the accommodation adjustment amount. |
java.lang.String |
getDescription()
Return a description for the accommodation adjustment. |
CustomerOrderServiceLine |
getServiceLine()
Return the source service line for the accommodation adjustment. |
ReturnLineAccommodationAdjustmentType |
getType()
Return the accommodation adjustment type for the return line. |
boolean |
isShippingAndHandlingAccommodation()
Return a boolean indicating if this adjustment is for a shipping and handling accommodation. |
boolean |
isValueAddedServiceAccommodation()
Return a boolean indicating if this adjustment is for a value added service accommodation. |
Methods inherited from interface com.retek.commons.component.BusinessObject |
getBusinessInterface |
Method Detail |
public GeneralAccommodation getAccommodation() throws SystemException
SystemException
public ReturnLineAccommodationAdjustmentType getType() throws SystemException
SystemException
public Money getAmount()
public java.lang.String getDescription() throws SystemException
SystemException
public boolean isShippingAndHandlingAccommodation() throws SystemException
SystemException
public boolean isValueAddedServiceAccommodation() throws SystemException
SystemException
public CustomerOrderServiceLine getServiceLine() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |