|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.model.Resource
fr.cnes.sitools.project.model.ProjectModule
public class ProjectModule
The configuration of a projectModule in a Project.
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 |
---|
public ProjectModule()
Method Detail |
---|
public java.util.List<Role> getListRoles()
public void setListRoles(java.util.List<Role> listRoles)
listRoles
- the list rolespublic java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
priority
- the priority to setpublic java.lang.String getCategoryModule()
public void setDivIdToDisplay(java.lang.String divIdToDisplay)
divIdToDisplay
- the categoryModule to setpublic java.lang.String getDivIdToDisplay()
public void setCategoryModule(java.lang.String categoryModule)
categoryModule
- the categoryModule to setpublic java.lang.String getXtype()
public void setXtype(java.lang.String xtype)
xtype
- the xtype to setpublic java.util.List<Property> getListProjectModulesConfig()
public void setListProjectModulesConfig(java.util.List<Property> listProjectModulesConfig)
listProjectModulesConfig
- the listProjectModulesConfig to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the label to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |