net.sf.minuteProject.model.data.criteria
Class AbstractDomainObjectWhere

java.lang.Object
  extended by net.sf.minuteProject.model.data.criteria.AbstractDomainObjectWhere

public class AbstractDomainObjectWhere
extends Object


Field Summary
protected  WhereDomainObjectCollector wdoc
           
 
Constructor Summary
AbstractDomainObjectWhere(String beanPath)
           
 
Method Summary
 void and(WhereFieldCollector wfc)
           
 String getBeanPath()
           
 WhereDomainObjectCollector getWdoc()
           
 void or(WhereFieldCollector wfc)
           
 String popWhereCriteria()
           
 void setBeanPath(String beanPath)
           
 void setWdoc(WhereDomainObjectCollector wdoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wdoc

protected WhereDomainObjectCollector wdoc
Constructor Detail

AbstractDomainObjectWhere

public AbstractDomainObjectWhere(String beanPath)
Method Detail

getBeanPath

public String getBeanPath()

setBeanPath

public void setBeanPath(String beanPath)

getWdoc

public WhereDomainObjectCollector getWdoc()

setWdoc

public void setWdoc(WhereDomainObjectCollector wdoc)

popWhereCriteria

public String popWhereCriteria()

or

public void or(WhereFieldCollector wfc)

and

public void and(WhereFieldCollector wfc)


Copyright © 2013. All Rights Reserved.