fr.cnes.sitools.plugins.applications.model
Class ApplicationPluginModel

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by fr.cnes.sitools.common.model.ExtensionModel<ApplicationPluginParameter>
          extended by fr.cnes.sitools.plugins.applications.model.ApplicationPluginModel
All Implemented Interfaces:
IResource, Persistent, java.io.Serializable

public final class ApplicationPluginModel
extends ExtensionModel<ApplicationPluginParameter>
implements Persistent

The Model for an application plugin

Author:
m.gond (AKKA Technologies)
See Also:
Serialized Form

Constructor Summary
ApplicationPluginModel()
          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.model.ExtensionModel
getClassAuthor, getClassName, getClassOwner, getClassVersion, getDescription, getDescriptionAction, getId, getName, getParametersMap, setClassAuthor, setClassName, setClassOwner, setClassVersion, setDescription, setDescriptionAction, setId, setName, setParametersMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.cnes.sitools.persistence.Persistent
getId
 

Constructor Detail

ApplicationPluginModel

public ApplicationPluginModel()
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.