public class AddMissionBean
extends java.lang.Object
Constructor and Description |
---|
AddMissionBean()
Instantiates a new adds the mission bean.
|
Modifier and Type | Method and Description |
---|---|
void |
addMission()
Adds the mission.
|
java.lang.String |
getDescription()
Gets the description.
|
java.util.Date |
getEndDate()
Gets the end date.
|
java.lang.String |
getId()
Gets the id.
|
java.util.Date |
getStartDate()
Gets the start date.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date.
|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the new idpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate
- the new start datepublic java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate
- the new end datepublic void addMission()