com.retek.component.item
Class ProductInformationSearchCriteria

java.lang.Object
  extended bycom.retek.component.item.ProductInformationSearchCriteria
All Implemented Interfaces:
java.io.Serializable

public class ProductInformationSearchCriteria
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ProductInformationSearchCriteria()
           
 
Method Summary
 RDate getActiveDate()
           
 DistributedReference getBannerRef()
           
 DistributedReference getItemAttributeRef()
           
 DistributedReference getItemAttributeScreenTypeRef()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemId()
           
 void setActiveDate(RDate date)
           
 void setBanner(Banner banner)
           
 void setItemAttributeRef(DistributedReference reference)
           
 void setItemAttributeScreenType(ItemAttributeScreenType screenType)
           
 void setItemDescription(java.lang.String string)
           
 void setItemId(java.lang.String itemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductInformationSearchCriteria

public ProductInformationSearchCriteria()
Method Detail

setItemId

public void setItemId(java.lang.String itemId)

getItemId

public java.lang.String getItemId()

setBanner

public void setBanner(Banner banner)

getBannerRef

public DistributedReference getBannerRef()

getItemDescription

public java.lang.String getItemDescription()

setItemDescription

public void setItemDescription(java.lang.String string)

getItemAttributeScreenTypeRef

public DistributedReference getItemAttributeScreenTypeRef()

setItemAttributeScreenType

public void setItemAttributeScreenType(ItemAttributeScreenType screenType)

getActiveDate

public RDate getActiveDate()

setActiveDate

public void setActiveDate(RDate date)

getItemAttributeRef

public DistributedReference getItemAttributeRef()

setItemAttributeRef

public void setItemAttributeRef(DistributedReference reference)


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