|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kiurubeans.MakeReservationHandler
This class is used as handler for makeReservation.jsp. It just encapsulates HTTP parameter parsing.
Constructor Summary | |
MakeReservationHandler()
Creates a new instance of MakeReservationHandler |
Method Summary | |
int |
getCPerson()
Getter for property cPerson. |
int |
getEventAmount()
Tells how many reservations are going to be made |
java.lang.String[] |
getEventID()
Getter for property eventID. |
java.lang.String |
getEventID(int index)
Indexed getter for property eventID. |
int |
getOrganisation()
Getter for property organisation. |
int |
getPayOrganisation()
Getter for property payOrganisation. |
int |
getPerson()
Getter for property person. |
int |
getRequestState()
Getter for property requestState. |
int |
getSpace()
Getter for property space. |
boolean |
isCalendarMode()
Getter for property calendarMode. |
boolean |
isShowPartials()
Getter for property showPartials. |
void |
setCalendarMode(boolean calendarMode)
Setter for property calendarMode. |
void |
setcPerson(int cPerson)
setter for property cPerson. |
void |
setCPerson(int cPerson)
Setter for property cPerson. |
void |
setEventID(int index,
java.lang.String eventID)
Indexed setter for property eventID. |
void |
setEventID(java.lang.String[] eventID)
Setter for property eventID. |
void |
setOrganisation(int organisation)
Setter for property organisation. |
void |
setOrganisation(java.lang.String organisation)
Setter for property organisation. |
void |
setPayOrganisation(int payOrganisation)
Setter for property payOrganisation. |
void |
setPayOrganisation(java.lang.String payOrganisation)
Setter for property organisation. |
void |
setPerson(int person)
Setter for property person. |
void |
setPerson(java.lang.String person)
Setter for property person. |
void |
setRequestState(int requestState)
Setter for property requestState. |
void |
setShowPartials(boolean showPartials)
Setter for property showPartials. |
void |
setSpace(int space)
Setter for property space. |
void |
setSpace(java.lang.String space)
Setter for property space. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MakeReservationHandler()
Method Detail |
public int getSpace()
public void setSpace(int space)
space
- New value of property space.public void setSpace(java.lang.String space)
space
- New value of space as Stringpublic int getPerson()
public void setPerson(int person)
person
- New value of property person.public void setPerson(java.lang.String person)
person
- New value of property person as String.public boolean isCalendarMode()
public void setCalendarMode(boolean calendarMode)
calendarMode
- New value of property calendarMode.public boolean isShowPartials()
public void setShowPartials(boolean showPartials)
showPartials
- New value of property showPartials.public java.lang.String getEventID(int index)
index
- Index of the property.
index
.public java.lang.String[] getEventID()
public void setEventID(int index, java.lang.String eventID)
index
- Index of the property.eventID
- New value of the property at index
.public void setEventID(java.lang.String[] eventID)
eventID
- New value of property eventID.public int getEventAmount()
eventID
public int getOrganisation()
public void setOrganisation(int organisation)
organisation
- organisationID for organisation that is arranging the event.public void setOrganisation(java.lang.String organisation)
organisation
- organisationID for organisation that is arranging the event.public int getPayOrganisation()
public void setPayOrganisation(int payOrganisation)
payOrganisation
- organisationID for the organisation that is paying the event.public void setPayOrganisation(java.lang.String payOrganisation)
payOrganisation
- organisationID for the organisation that is paying the event.public int getRequestState()
public void setRequestState(int requestState)
requestState
- New value of property requestState.public int getCPerson()
public void setCPerson(int cPerson)
cPerson
- New value of property cPerson.public void setcPerson(int cPerson)
cPerson
- personID for the contact person of the reservation.setCPerson(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |