fr.cnes.sitools.plugins.applications.dto
Class ApplicationPluginModelDTO

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by fr.cnes.sitools.common.dto.ExtensionModelDTO<ApplicationPluginParameter>
          extended by fr.cnes.sitools.plugins.applications.dto.ApplicationPluginModelDTO
All Implemented Interfaces:
IResource, java.io.Serializable

public class ApplicationPluginModelDTO
extends ExtensionModelDTO<ApplicationPluginParameter>

DTO for ApplicationPlugin

Author:
m.gond
See Also:
Serialized Form

Constructor Summary
ApplicationPluginModelDTO()
          Default constructor
 
Method Summary
 Category getCategory()
          Gets the category value
 java.lang.String getLabel()
          Gets the label value
 java.lang.String getStatus()
          Gets the status value
 java.lang.String getUrlAttach()
          Gets the urlAttach value
 void setCategory(Category category)
          Sets the value of category
 void setLabel(java.lang.String label)
          Sets the value of label
 void setStatus(java.lang.String status)
          Sets the value of status
 void setUrlAttach(java.lang.String urlAttach)
          Sets the value of urlAttach
 
Methods inherited from class fr.cnes.sitools.common.dto.ExtensionModelDTO
getClassAuthor, getClassName, getClassOwner, getClassVersion, getCurrentClassAuthor, getCurrentClassVersion, getDescription, getDescriptionAction, getId, getName, getParameters, setClassAuthor, setClassName, setClassOwner, setClassVersion, setCurrentClassAuthor, setCurrentClassVersion, setDescription, setDescriptionAction, setId, setName, setParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationPluginModelDTO

public ApplicationPluginModelDTO()
Default constructor

Method Detail

getUrlAttach

public java.lang.String getUrlAttach()
Gets the urlAttach value

Returns:
the urlAttach

setUrlAttach

public void setUrlAttach(java.lang.String urlAttach)
Sets the value of urlAttach

Parameters:
urlAttach - the urlAttach to set

setStatus

public void setStatus(java.lang.String status)
Sets the value of status

Parameters:
status - the status to set

getStatus

public java.lang.String getStatus()
Gets the status value

Returns:
the status

setLabel

public void setLabel(java.lang.String label)
Sets the value of label

Parameters:
label - the label to set

getLabel

public java.lang.String getLabel()
Gets the label value

Returns:
the label

setCategory

public void setCategory(Category category)
Sets the value of category

Parameters:
category - the category to set

getCategory

public Category getCategory()
Gets the category value

Returns:
the category


Copyright © 2010-2013 CNES. All Rights Reserved.