com.retek.component.media
Interface SellingItemItemDescriptor

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, SecondClassObject

public interface SellingItemItemDescriptor
extends SecondClassObject, com.retek.swing11.commons.type.Displayable


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getItemId()
           
 void setDescription(java.lang.String description)
           
 void setItemId(java.lang.String itemId)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Method Detail

setItemId

public void setItemId(java.lang.String itemId)
               throws SystemException
Throws:
SystemException

getItemId

public java.lang.String getItemId()
                           throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException


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