com.retek.component.customerorder
Interface ReturnLineAccommodationAdjustment

All Superinterfaces:
BusinessObject, SecondClassObject

public interface ReturnLineAccommodationAdjustment
extends SecondClassObject


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

getAccommodation

public GeneralAccommodation getAccommodation()
                                      throws SystemException
Return the accommodation for the return line accommodation adjustment, can be null if the adjustment type is for TAX.

Returns:
Accommodation source accommodation, can be null
Throws:
SystemException

getType

public ReturnLineAccommodationAdjustmentType getType()
                                              throws SystemException
Return the accommodation adjustment type for the return line.

Returns:
ReturnLineAccommodationAdjustmentType adjustment type
Throws:
SystemException

getAmount

public Money getAmount()
Return the accommodation adjustment amount.

Returns:
Money amount of the adjustment

getDescription

public java.lang.String getDescription()
                                throws SystemException
Return a description for the accommodation adjustment.

Returns:
String adjustment description
Throws:
SystemException

isShippingAndHandlingAccommodation

public boolean isShippingAndHandlingAccommodation()
                                           throws SystemException
Return a boolean indicating if this adjustment is for a shipping and handling accommodation.

Returns:
true if shipping and handling accommodation adjustment
Throws:
SystemException

isValueAddedServiceAccommodation

public boolean isValueAddedServiceAccommodation()
                                         throws SystemException
Return a boolean indicating if this adjustment is for a value added service accommodation.

Returns:
true if value added service accommodation adjustment
Throws:
SystemException

getServiceLine

public CustomerOrderServiceLine getServiceLine()
                                        throws SystemException
Return the source service line for the accommodation adjustment. May be null if this adjustment is not for a value added service accommodation.

Returns:
CustomerOrderServiceLine service line for accommodation adjustment
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25