org.openxma.dsl.reference.dto
Class CustomerStoreAndDateQuery

java.lang.Object
  extended by org.openxma.dsl.reference.dto.CustomerStoreAndDateQuery
All Implemented Interfaces:
org.openxma.dsl.platform.dao.FilterExpression

public class CustomerStoreAndDateQuery
extends java.lang.Object
implements org.openxma.dsl.platform.dao.FilterExpression


Constructor Summary
CustomerStoreAndDateQuery()
           
 
Method Summary
 java.lang.Object applyTo(org.openxma.dsl.platform.dao.Filterable filterable)
           
 java.lang.String getCustomerOid()
           
 java.lang.Integer getFirstResult()
           
 java.lang.Integer getMaxResults()
           
 java.lang.String getOid()
           
 java.util.Date getPlacementDate()
           
 java.util.Date getPlacementDateFrom()
           
 java.util.Date getPlacementDateTo()
           
 java.lang.String getStoreId()
           
 boolean isCustomerOidIgnoreCase()
           
 boolean isCustomerOidLike()
           
 boolean isStoreIdIgnoreCase()
           
 boolean isStoreIdLike()
           
 CustomerStoreAndDateQuery setCustomerOid(java.lang.String customerOid)
           
 CustomerStoreAndDateQuery setCustomerOidIgnoreCase(boolean customerOidIgnoreCase)
           
 CustomerStoreAndDateQuery setCustomerOidLike(boolean customerOidLike)
           
 CustomerStoreAndDateQuery setFirstResult(java.lang.Integer firstResult)
           
 CustomerStoreAndDateQuery setMaxResults(java.lang.Integer maxResults)
           
 CustomerStoreAndDateQuery setOid(java.lang.String oid)
           
 CustomerStoreAndDateQuery setPlacementDate(java.util.Date placementDate)
           
 CustomerStoreAndDateQuery setPlacementDateFrom(java.util.Date placementDateFrom)
           
 CustomerStoreAndDateQuery setPlacementDateTo(java.util.Date placementDateTo)
           
 CustomerStoreAndDateQuery setStoreId(java.lang.String storeId)
           
 CustomerStoreAndDateQuery setStoreIdIgnoreCase(boolean storeIdIgnoreCase)
           
 CustomerStoreAndDateQuery setStoreIdLike(boolean storeIdLike)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerStoreAndDateQuery

public CustomerStoreAndDateQuery()
Method Detail

setCustomerOid

public CustomerStoreAndDateQuery setCustomerOid(java.lang.String customerOid)

getCustomerOid

public java.lang.String getCustomerOid()

setStoreId

public CustomerStoreAndDateQuery setStoreId(java.lang.String storeId)

getStoreId

public java.lang.String getStoreId()

setPlacementDate

public CustomerStoreAndDateQuery setPlacementDate(java.util.Date placementDate)

getPlacementDate

public java.util.Date getPlacementDate()

setCustomerOidLike

public CustomerStoreAndDateQuery setCustomerOidLike(boolean customerOidLike)

isCustomerOidLike

public boolean isCustomerOidLike()

setCustomerOidIgnoreCase

public CustomerStoreAndDateQuery setCustomerOidIgnoreCase(boolean customerOidIgnoreCase)

isCustomerOidIgnoreCase

public boolean isCustomerOidIgnoreCase()

setStoreIdLike

public CustomerStoreAndDateQuery setStoreIdLike(boolean storeIdLike)

isStoreIdLike

public boolean isStoreIdLike()

setStoreIdIgnoreCase

public CustomerStoreAndDateQuery setStoreIdIgnoreCase(boolean storeIdIgnoreCase)

isStoreIdIgnoreCase

public boolean isStoreIdIgnoreCase()

setPlacementDateFrom

public CustomerStoreAndDateQuery setPlacementDateFrom(java.util.Date placementDateFrom)

getPlacementDateFrom

public java.util.Date getPlacementDateFrom()

setPlacementDateTo

public CustomerStoreAndDateQuery setPlacementDateTo(java.util.Date placementDateTo)

getPlacementDateTo

public java.util.Date getPlacementDateTo()

setFirstResult

public CustomerStoreAndDateQuery setFirstResult(java.lang.Integer firstResult)

getFirstResult

public java.lang.Integer getFirstResult()

setMaxResults

public CustomerStoreAndDateQuery setMaxResults(java.lang.Integer maxResults)

getMaxResults

public java.lang.Integer getMaxResults()

setOid

public CustomerStoreAndDateQuery setOid(java.lang.String oid)

getOid

public java.lang.String getOid()

applyTo

public java.lang.Object applyTo(org.openxma.dsl.platform.dao.Filterable filterable)
Specified by:
applyTo in interface org.openxma.dsl.platform.dao.FilterExpression


Copyright © 2010. All Rights Reserved.