com.retek.component.location
Class LocationSearchCriteria

java.lang.Object
  extended bycom.retek.component.location.LocationSearchCriteria
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static java.util.Set ALL_LOCATION_TYPES
           
static java.util.Set STORE_ONLY
           
static java.util.Set WAREHOUSE_ONLY
           
 
Constructor Summary
LocationSearchCriteria()
           
 
Method Summary
 DistributedReference getChannelRef()
           
 java.lang.String getDisplayCode()
           
 java.util.Set getLocationTypes()
           
 DistributedReference getVirtualStoreRef()
           
 void setChannel(Channel channel)
           
 void setDisplayCode(java.lang.String displayCode)
           
 void setLocationTypes(java.util.Set locationTypes)
           
 void setVirtualStore(Store virtualStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_LOCATION_TYPES

public static final java.util.Set ALL_LOCATION_TYPES

STORE_ONLY

public static final java.util.Set STORE_ONLY

WAREHOUSE_ONLY

public static final java.util.Set WAREHOUSE_ONLY
Constructor Detail

LocationSearchCriteria

public LocationSearchCriteria()
Method Detail

getChannelRef

public DistributedReference getChannelRef()

getDisplayCode

public java.lang.String getDisplayCode()

getVirtualStoreRef

public DistributedReference getVirtualStoreRef()

getLocationTypes

public java.util.Set getLocationTypes()

setChannel

public void setChannel(Channel channel)

setDisplayCode

public void setDisplayCode(java.lang.String displayCode)

setVirtualStore

public void setVirtualStore(Store virtualStore)

setLocationTypes

public void setLocationTypes(java.util.Set locationTypes)


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