net.sf.minuteProject.model.data.criteria.collector
Class WhatCollector<E>

java.lang.Object
  extended by net.sf.minuteProject.model.data.criteria.collector.CriteriaCollector<E>
      extended by net.sf.minuteProject.model.data.criteria.collector.WhatCollector<E>
Direct Known Subclasses:
WhatDomainObjectCollector, WhatFieldCollector

public class WhatCollector<E>
extends CriteriaCollector<E>


Constructor Summary
WhatCollector()
           
WhatCollector(String entityPath)
           
 
Method Summary
 void addElement(String operator, E... param)
           
 void addElement(String field, String operator, E... param)
           
 Enumeration<WhatHolder<E>> getElements()
           
 String getEntityPath()
           
 String getField()
           
 void setEntityPath(String entityPath)
           
 void setField(String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhatCollector

public WhatCollector()

WhatCollector

public WhatCollector(String entityPath)
Method Detail

addElement

public void addElement(String operator,
                       E... param)

addElement

public void addElement(String field,
                       String operator,
                       E... param)

getElements

public Enumeration<WhatHolder<E>> getElements()

getEntityPath

public String getEntityPath()

setEntityPath

public void setEntityPath(String entityPath)

getField

public String getField()

setField

public void setField(String field)


Copyright © 2013. All Rights Reserved.