|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.status.StatusDTO
public class StatusDTO
StatusDTO for freemarker template
Constructor Summary | |
---|---|
StatusDTO()
Constructor |
Method Summary | |
---|---|
org.restlet.service.StatusService |
getService()
Gets the service value |
org.restlet.data.Status |
getStatus()
Gets the status value |
java.lang.String |
getStatusInfo()
Status description if one |
void |
setService(org.restlet.service.StatusService service)
Sets the value of service |
void |
setStatus(org.restlet.data.Status status)
Sets the value of status |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusDTO()
Method Detail |
---|
public org.restlet.data.Status getStatus()
public void setStatus(org.restlet.data.Status status)
status
- the status to setpublic org.restlet.service.StatusService getService()
public void setService(org.restlet.service.StatusService service)
service
- the service to setpublic java.lang.String getStatusInfo()
status
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |