org.ow2.weblab.portlet.tool
Class DateFieldBean

java.lang.Object
  extended by org.ow2.weblab.portlet.tool.AdvancedSearchFieldBean
      extended by org.ow2.weblab.portlet.tool.DateFieldBean
All Implemented Interfaces:
java.lang.Comparable<AdvancedSearchFieldBean>

public class DateFieldBean
extends AdvancedSearchFieldBean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ow2.weblab.portlet.tool.AdvancedSearchFieldBean
AdvancedSearchFieldBean.Types
 
Field Summary
protected  java.lang.String afterValue
           
protected  java.lang.String beforeValue
           
 
Fields inherited from class org.ow2.weblab.portlet.tool.AdvancedSearchFieldBean
booleanCondition, fieldName, position, type
 
Constructor Summary
DateFieldBean()
           
DateFieldBean(int position, java.lang.String booleanCondition, java.lang.String fieldName, java.lang.String beforeValue, java.lang.String afterValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAfterValue()
           
 java.lang.String getBeforeValue()
           
 int hashCode()
           
 void setAfterValue(java.lang.String afterValue)
           
 void setBeforeValue(java.lang.String beforeValue)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ow2.weblab.portlet.tool.AdvancedSearchFieldBean
compareTo, getBooleanCondition, getFieldName, getPosition, getType, setBooleanCondition, setFieldName, setPosition, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

beforeValue

protected java.lang.String beforeValue

afterValue

protected java.lang.String afterValue
Constructor Detail

DateFieldBean

public DateFieldBean()

DateFieldBean

public DateFieldBean(int position,
                     java.lang.String booleanCondition,
                     java.lang.String fieldName,
                     java.lang.String beforeValue,
                     java.lang.String afterValue)
Method Detail

getBeforeValue

public java.lang.String getBeforeValue()
Returns:
the beforeValue

setBeforeValue

public void setBeforeValue(java.lang.String beforeValue)
Parameters:
beforeValue - the beforeValue to set

getAfterValue

public java.lang.String getAfterValue()
Returns:
the afterValue

setAfterValue

public void setAfterValue(java.lang.String afterValue)
Parameters:
afterValue - the afterValue to set

hashCode

public int hashCode()
Overrides:
hashCode in class AdvancedSearchFieldBean

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AdvancedSearchFieldBean

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2011. All Rights Reserved.