gov.nih.nci.cagrid.syncgts.bean
Class DateFilter

java.lang.Object
  extended by gov.nih.nci.cagrid.syncgts.bean.DateFilter
All Implemented Interfaces:
java.io.Serializable

public class DateFilter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DateFilter()
           
DateFilter(int day, int month, int year)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDay()
          Gets the day value for this DateFilter.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getMonth()
          Gets the month value for this DateFilter.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getYear()
          Gets the year value for this DateFilter.
 int hashCode()
           
 void setDay(int day)
          Sets the day value for this DateFilter.
 void setMonth(int month)
          Sets the month value for this DateFilter.
 void setYear(int year)
          Sets the year value for this DateFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFilter

public DateFilter()

DateFilter

public DateFilter(int day,
                  int month,
                  int year)
Method Detail

getYear

public int getYear()
Gets the year value for this DateFilter.

Returns:
year

setYear

public void setYear(int year)
Sets the year value for this DateFilter.

Parameters:
year -

getMonth

public int getMonth()
Gets the month value for this DateFilter.

Returns:
month

setMonth

public void setMonth(int month)
Sets the month value for this DateFilter.

Parameters:
month -

getDay

public int getDay()
Gets the day value for this DateFilter.

Returns:
day

setDay

public void setDay(int day)
Sets the day value for this DateFilter.

Parameters:
day -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer