com.retek.component.customerorder
Interface CallTagReturnItem
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, SecondClassObject
- All Known Implementing Classes:
- CallTagReturnItemImpl
- public interface CallTagReturnItem
- extends SecondClassObject, com.retek.swing11.commons.type.Displayable
Methods inherited from interface com.retek.swing11.commons.type.Displayable |
toDisplayString |
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
ITEM_DISPLAY_CODE
public static final java.lang.String ITEM_DISPLAY_CODE
- See Also:
- Constant Field Values
MERCHANDISE_VALUE
public static final java.lang.String MERCHANDISE_VALUE
- See Also:
- Constant Field Values
QUANTITY
public static final java.lang.String QUANTITY
- See Also:
- Constant Field Values
getDescription
public java.lang.String getDescription()
throws SystemException
- Throws:
SystemException
getQuanity
public Quantity getQuanity()
throws SystemException
- Throws:
SystemException
getMerchandiseValue
public Money getMerchandiseValue()
throws SystemException
- Throws:
SystemException
getReturnLineId
public java.lang.String getReturnLineId()
throws SystemException
- Throws:
SystemException
getItemDisplayCode
public java.lang.String getItemDisplayCode()
throws SystemException
- Throws:
SystemException
setDescription
public void setDescription(java.lang.String description)
throws SystemException
- Throws:
SystemException
setQuanity
public void setQuanity(Quantity quantity)
throws SystemException
- Throws:
SystemException
setMerchandiseValue
public void setMerchandiseValue(Money merchandiseValue)
throws SystemException
- Throws:
SystemException
setReturnLineId
public void setReturnLineId(java.lang.String returnLineId)
throws SystemException
- Throws:
SystemException
setItemDisplayCode
public void setItemDisplayCode(java.lang.String string)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28