com.retek.component.customerorder.impl
Class CallTagReturnItemImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.CallTagReturnItemImpl
All Implemented Interfaces:
BusinessObject, CallTagReturnItem, com.retek.swing11.commons.type.Displayable, SecondClassObject

public class CallTagReturnItemImpl
extends SecondClassObjectImpl
implements CallTagReturnItem


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.customerorder.CallTagReturnItem
DESCRIPTION, ITEM_DISPLAY_CODE, MERCHANDISE_VALUE, QUANTITY
 
Constructor Summary
CallTagReturnItemImpl(DistributedContext context)
           
CallTagReturnItemImpl(DistributedContext context, CallTagReturnItemDto dto)
           
 
Method Summary
 java.lang.String getDescription()
           
 CallTagReturnItemDto getDto()
           
 java.lang.String getItemDisplayCode()
           
 Money getMerchandiseValue()
           
 Quantity getQuanity()
           
 java.lang.String getReturnLineId()
           
 void setDescription(java.lang.String description)
           
 void setItemDisplayCode(java.lang.String itemDisplayCode)
           
 void setMerchandiseValue(Money merchandiseValue)
           
 void setQuanity(Quantity quantity)
           
 void setReturnLineId(java.lang.String returnLineId)
           
 java.lang.String toDisplayString()
           
 
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

CallTagReturnItemImpl

public CallTagReturnItemImpl(DistributedContext context,
                             CallTagReturnItemDto dto)

CallTagReturnItemImpl

public CallTagReturnItemImpl(DistributedContext context)
Method Detail

getDto

public CallTagReturnItemDto getDto()
                            throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface CallTagReturnItem
Throws:
SystemException

getQuanity

public Quantity getQuanity()
                    throws SystemException
Specified by:
getQuanity in interface CallTagReturnItem
Throws:
SystemException

getMerchandiseValue

public Money getMerchandiseValue()
                          throws SystemException
Specified by:
getMerchandiseValue in interface CallTagReturnItem
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Specified by:
setDescription in interface CallTagReturnItem
Throws:
SystemException

setQuanity

public void setQuanity(Quantity quantity)
                throws SystemException
Specified by:
setQuanity in interface CallTagReturnItem
Throws:
SystemException

setMerchandiseValue

public void setMerchandiseValue(Money merchandiseValue)
                         throws SystemException
Specified by:
setMerchandiseValue in interface CallTagReturnItem
Throws:
SystemException

getReturnLineId

public java.lang.String getReturnLineId()
                                 throws SystemException
Specified by:
getReturnLineId in interface CallTagReturnItem
Throws:
SystemException

setReturnLineId

public void setReturnLineId(java.lang.String returnLineId)
                     throws SystemException
Specified by:
setReturnLineId in interface CallTagReturnItem
Throws:
SystemException

getItemDisplayCode

public java.lang.String getItemDisplayCode()
                                    throws SystemException
Specified by:
getItemDisplayCode in interface CallTagReturnItem
Throws:
SystemException

setItemDisplayCode

public void setItemDisplayCode(java.lang.String itemDisplayCode)
                        throws SystemException
Specified by:
setItemDisplayCode in interface CallTagReturnItem
Throws:
SystemException

toDisplayString

public java.lang.String toDisplayString()
Specified by:
toDisplayString in interface com.retek.swing11.commons.type.Displayable


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28