com.retek.component.item.impl
Class AbstractItemThresholdableItem

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
      extended bycom.retek.component.item.impl.AbstractItemThresholdableItem
All Implemented Interfaces:
BusinessObject, java.lang.Comparable, ItemThresholdableItem, ThresholdableItem
Direct Known Subclasses:
ItemImpl

public abstract class AbstractItemThresholdableItem
extends BusinessObjectImpl
implements ItemThresholdableItem


Constructor Summary
AbstractItemThresholdableItem()
           
 
Method Summary
abstract  java.lang.String getDescription()
           
abstract  java.lang.String getItemDisplayCode()
           
 boolean match(java.lang.Object object)
           
abstract  boolean match(SellableItem sellableItem)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDto, getId, hashCode, isPersisted, isValid, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractItemThresholdableItem

public AbstractItemThresholdableItem()
Method Detail

match

public boolean match(java.lang.Object object)
              throws SystemException
Specified by:
match in interface ThresholdableItem
Throws:
SystemException

match

public abstract boolean match(SellableItem sellableItem)
                       throws SystemException
Specified by:
match in interface ItemThresholdableItem
Throws:
SystemException

getItemDisplayCode

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

getDescription

public abstract java.lang.String getDescription()
Specified by:
getDescription in interface ThresholdableItem
Overrides:
getDescription in class BusinessObjectImpl


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