com.retek.component.customer
Class CatalogTypeSearchCriteria
java.lang.Object
com.retek.component.customer.CatalogTypeSearchCriteria
- All Implemented Interfaces:
- java.io.Serializable
- public class CatalogTypeSearchCriteria
- extends java.lang.Object
- implements java.io.Serializable
An object that is used to specify catalog type specific match criteria, like banner
or subconcept, that is used in when trying to find catalog types.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BANNER
public static final java.lang.String BANNER
- See Also:
- Constant Field Values
SUB_CONCEPT
public static final java.lang.String SUB_CONCEPT
- See Also:
- Constant Field Values
CatalogTypeSearchCriteria
public CatalogTypeSearchCriteria()
getBannerRef
public DistributedReference getBannerRef()
getSubConceptRef
public DistributedReference getSubConceptRef()
setBannerRef
public void setBannerRef(DistributedReference reference)
setSubConceptRef
public void setSubConceptRef(DistributedReference reference)
isExactMatch
public boolean isExactMatch()
setExactMatch
public void setExactMatch(boolean b)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25