public class MonthYearTestBean extends Object implements Serializable
Constructor and Description |
---|
MonthYearTestBean() |
Modifier and Type | Method and Description |
---|---|
Date |
getBirthDate()
Gets the birth date.
|
Date |
getCurrentDate()
Gets the current date.
|
Date |
getExpirationDate()
Gets the expiration date.
|
Date |
getHireDate()
Gets the hire date.
|
Date |
getMaximumDate()
Gets the maximum date.
|
Date |
getMinimumDate()
Gets the minimum date.
|
void |
setBirthDate(Date birthDate)
Sets birth date.
|
void |
setCurrentDate(Date currentDate)
Sets current date.
|
void |
setExpirationDate(Date expirationDate)
Sets the expiration date.
|
void |
setHireDate(Date hireDate)
Sets hire date.
|
public Date getMinimumDate()
public Date getMaximumDate()
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate
- The expiration date.public Date getBirthDate()
public void setBirthDate(Date birthDate)
birthDate
- The birth date.public Date getHireDate()
public void setHireDate(Date hireDate)
hireDate
- The hire date.public Date getCurrentDate()
public void setCurrentDate(Date currentDate)
currentDate
- The current date.Copyright © 2008–2018. All rights reserved.