se.unlogic.standardutils.dao
Class QueryParameter<BeanType,ColumnType>

java.lang.Object
  extended by se.unlogic.standardutils.dao.QueryParameter<BeanType,ColumnType>

public class QueryParameter<BeanType,ColumnType>
extends java.lang.Object


Method Summary
 Column<BeanType,? super ColumnType> getColumn()
           
 java.lang.String getOperator()
           
 ColumnType getValue()
           
 java.util.Collection<ColumnType> getValues()
           
 boolean hasMultipleValues()
           
 boolean hasValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public ColumnType getValue()

getValues

public java.util.Collection<ColumnType> getValues()

getColumn

public Column<BeanType,? super ColumnType> getColumn()

getOperator

public java.lang.String getOperator()

hasValues

public boolean hasValues()

hasMultipleValues

public boolean hasMultipleValues()


Copyright © 2011. All Rights Reserved.