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