fr.cnes.sitools.status
Class StatusDTO

java.lang.Object
  extended by fr.cnes.sitools.status.StatusDTO

public class StatusDTO
extends java.lang.Object

StatusDTO for freemarker template

Author:
jp.boignard (AKKA Technologies)

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

StatusDTO

public StatusDTO()
Constructor

Method Detail

getStatus

public org.restlet.data.Status getStatus()
Gets the status value

Returns:
the status

setStatus

public void setStatus(org.restlet.data.Status status)
Sets the value of status

Parameters:
status - the status to set

getService

public org.restlet.service.StatusService getService()
Gets the service value

Returns:
the service

setService

public void setService(org.restlet.service.StatusService service)
Sets the value of service

Parameters:
service - the service to set

getStatusInfo

public java.lang.String getStatusInfo()
Status description if one

Parameters:
status -
Returns:
String


Copyright © 2010-2013 CNES. All Rights Reserved.