fr.cnes.sitools.project.model
Class ProjectModule

java.lang.Object
  extended by fr.cnes.sitools.common.model.Resource
      extended by fr.cnes.sitools.project.model.ProjectModule
All Implemented Interfaces:
IResource, java.io.Serializable

public class ProjectModule
extends Resource

The configuration of a projectModule in a Project.

Author:
d.arpin
See Also:
Serialized Form

Constructor Summary
ProjectModule()
           
 
Method Summary
 java.lang.String getCategoryModule()
          Gets the category value
 java.lang.String getDivIdToDisplay()
          Gets the divIdToDisplay value
 java.lang.String getLabel()
          Gets the label value
 java.util.List<Property> getListProjectModulesConfig()
          Gets the listProjectModulesConfig value
 java.util.List<Role> getListRoles()
          Get the roles List
 java.lang.Integer getPriority()
          Gets the priority value
 java.lang.String getXtype()
          Gets the xtype value
 void setCategoryModule(java.lang.String categoryModule)
          Sets the value of category
 void setDivIdToDisplay(java.lang.String divIdToDisplay)
          Sets the value of divIdToDisplay
 void setLabel(java.lang.String label)
          Sets the value of label
 void setListProjectModulesConfig(java.util.List<Property> listProjectModulesConfig)
          Sets the value of listProjectModulesConfig
 void setListRoles(java.util.List<Role> listRoles)
          set the roles list
 void setPriority(java.lang.Integer priority)
          Sets the value of priority
 void setXtype(java.lang.String xtype)
          Sets the value of xtype
 
Methods inherited from class fr.cnes.sitools.common.model.Resource
getAuthor, getAuthorized, getCategory, getDescription, getId, getLastUpdate, getMediaType, getName, getOwner, getProperties, getPropertyByName, getStatus, getTooltip, getType, getUrl, getUrn, getVisible, setAuthor, setAuthorized, setCategory, setDescription, setId, setLastUpdate, setMediaType, setName, setOwner, setProperties, setStatus, setTooltip, setType, setUrl, setUrn, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectModule

public ProjectModule()
Method Detail

getListRoles

public java.util.List<Role> getListRoles()
Get the roles List

Returns:
List

setListRoles

public void setListRoles(java.util.List<Role> listRoles)
set the roles list

Parameters:
listRoles - the list roles

getPriority

public java.lang.Integer getPriority()
Gets the priority value

Returns:
the priority

setPriority

public void setPriority(java.lang.Integer priority)
Sets the value of priority

Parameters:
priority - the priority to set

getCategoryModule

public java.lang.String getCategoryModule()
Gets the category value

Returns:
the category

setDivIdToDisplay

public void setDivIdToDisplay(java.lang.String divIdToDisplay)
Sets the value of divIdToDisplay

Parameters:
divIdToDisplay - the categoryModule to set

getDivIdToDisplay

public java.lang.String getDivIdToDisplay()
Gets the divIdToDisplay value

Returns:
the divIdToDisplay

setCategoryModule

public void setCategoryModule(java.lang.String categoryModule)
Sets the value of category

Parameters:
categoryModule - the categoryModule to set

getXtype

public java.lang.String getXtype()
Gets the xtype value

Returns:
the xtype

setXtype

public void setXtype(java.lang.String xtype)
Sets the value of xtype

Parameters:
xtype - the xtype to set

getListProjectModulesConfig

public java.util.List<Property> getListProjectModulesConfig()
Gets the listProjectModulesConfig value

Returns:
the listProjectModulesConfig

setListProjectModulesConfig

public void setListProjectModulesConfig(java.util.List<Property> listProjectModulesConfig)
Sets the value of listProjectModulesConfig

Parameters:
listProjectModulesConfig - the listProjectModulesConfig to set

getLabel

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

Returns:
the label

setLabel

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

Parameters:
label - the label to set


Copyright © 2010-2013 CNES. All Rights Reserved.