|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.customerorder.impl.ReturnLineAccommodationAdjustmentImpl
Field Summary |
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl |
context |
Constructor Summary | |
ReturnLineAccommodationAdjustmentImpl(DistributedContext context)
|
|
ReturnLineAccommodationAdjustmentImpl(DistributedContext context,
ReturnLineAccommodationAdjustmentDto dto)
|
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. |
ReturnLineAccommodationAdjustmentDto |
getDto()
|
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. |
void |
setAccommodation(GeneralAccommodation accommodation)
|
void |
setAmount(Money amount)
|
void |
setServiceLine(CustomerOrderServiceLine serviceLine)
|
void |
setType(ReturnLineAccommodationAdjustmentType type)
|
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl |
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap |
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl |
checkRelation, checkRelation, getBusinessInterface, getContext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.BusinessObject |
getBusinessInterface |
Constructor Detail |
public ReturnLineAccommodationAdjustmentImpl(DistributedContext context)
public ReturnLineAccommodationAdjustmentImpl(DistributedContext context, ReturnLineAccommodationAdjustmentDto dto)
Method Detail |
public ReturnLineAccommodationAdjustmentDto getDto()
public Money getAmount()
ReturnLineAccommodationAdjustment
getAmount
in interface ReturnLineAccommodationAdjustment
public void setAmount(Money amount)
public ReturnLineAccommodationAdjustmentType getType()
ReturnLineAccommodationAdjustment
getType
in interface ReturnLineAccommodationAdjustment
public void setType(ReturnLineAccommodationAdjustmentType type)
public boolean isShippingAndHandlingAccommodation() throws SystemException
ReturnLineAccommodationAdjustment
isShippingAndHandlingAccommodation
in interface ReturnLineAccommodationAdjustment
SystemException
public boolean isValueAddedServiceAccommodation()
ReturnLineAccommodationAdjustment
isValueAddedServiceAccommodation
in interface ReturnLineAccommodationAdjustment
public GeneralAccommodation getAccommodation() throws SystemException
ReturnLineAccommodationAdjustment
getAccommodation
in interface ReturnLineAccommodationAdjustment
SystemException
public void setAccommodation(GeneralAccommodation accommodation)
public CustomerOrderServiceLine getServiceLine() throws SystemException
ReturnLineAccommodationAdjustment
getServiceLine
in interface ReturnLineAccommodationAdjustment
SystemException
public void setServiceLine(CustomerOrderServiceLine serviceLine)
public java.lang.String getDescription() throws SystemException
ReturnLineAccommodationAdjustment
getDescription
in interface ReturnLineAccommodationAdjustment
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |