com.retek.component.media
Class SellingItemSearchResult

java.lang.Object
  extended bycom.retek.component.media.SellingItemSearchResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SellingItemSearchResult(SellingItem foundSellingItem, SellingItemNotOrderableReason notFoundReason)
           
 
Method Summary
 SellingItem getFoundSellingItem()
           
 SellingItemNotOrderableReason getNotFoundReason()
           
 boolean sellingItemFound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellingItemSearchResult

public SellingItemSearchResult(SellingItem foundSellingItem,
                               SellingItemNotOrderableReason notFoundReason)
Method Detail

sellingItemFound

public boolean sellingItemFound()

getFoundSellingItem

public SellingItem getFoundSellingItem()

getNotFoundReason

public SellingItemNotOrderableReason getNotFoundReason()


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