Class Request
- java.lang.Object
- 
- jadex.webservice.examples.rs.banking.Request
 
- 
 public class Request extends java.lang.ObjectRequest that contains start an end date.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetBegin()Get the begin.java.util.DategetEnd()Get the end.voidsetBegin(java.util.Date begin)Set the begin.voidsetEnd(java.util.Date end)Set the end.
 
- 
- 
- 
Method Detail- 
getBeginpublic java.util.Date getBegin() Get the begin.- Returns:
- the begin.
 
 - 
setBeginpublic void setBegin(java.util.Date begin) Set the begin.- Parameters:
- begin- The begin to set.
 
 - 
getEndpublic java.util.Date getEnd() Get the end.- Returns:
- the end.
 
 - 
setEndpublic void setEnd(java.util.Date end) Set the end.- Parameters:
- end- The end to set.
 
 
- 
 
-