|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.model.Project
public final class Project
Class definition of a project
Constructor Summary | |
---|---|
Project()
Default constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCss()
Gets the css value |
java.util.List<Resource> |
getDataSets()
Gets the dataSets value |
Resource[] |
getDataSetsArray()
Facilities with Arrays |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getFtlTemplateFile()
Gets the ftlTemplateFile value |
java.lang.String |
getHtmlDescription()
Gets the htmlDescription value |
java.lang.String |
getHtmlHeader()
Gets the htmlHeader value |
java.lang.String |
getId()
Gets the id value |
Resource |
getImage()
Gets the image value |
java.util.List<LinkModel> |
getLinks()
Gets the links value |
java.lang.String |
getMaintenanceText()
Gets the maintenanceText value |
java.util.List<ProjectModule> |
getModules()
Gets the modules value |
java.lang.String |
getName()
Gets the name value |
java.lang.String |
getNavigationMode()
Gets the navigationMode value |
java.lang.String |
getSitoolsAttachementForUsers()
Gets the sitoolsAttachementForUsers value |
java.lang.String |
getStatus()
Gets the status value |
int |
hashCode()
|
boolean |
isAuthorized()
Gets the authorized value |
boolean |
isMaintenance()
Gets the maintenance value |
boolean |
isVisible()
Gets the visible value |
void |
setAuthorized(boolean authorized)
Sets the value of authorized |
void |
setCss(java.lang.String css)
Sets the value of css |
void |
setDataSets(java.util.List<Resource> dataSets)
Sets the value of dataSets |
void |
setDataSetsArray(Resource[] resources)
Sets the array of dataset resources |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setFtlTemplateFile(java.lang.String ftlTemplateFile)
Sets the value of ftlTemplateFile |
void |
setHtmlDescription(java.lang.String htmlDescription)
Sets the value of htmlDescription |
void |
setHtmlHeader(java.lang.String htmlHeader)
Sets the value of htmlHeader |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setImage(Resource image)
Sets the value of image |
void |
setLinks(java.util.List<LinkModel> links)
Sets the value of links |
void |
setMaintenance(boolean maintenance)
Sets the value of maintenance |
void |
setMaintenanceText(java.lang.String maintenanceText)
Sets the value of maintenanceText |
void |
setModules(java.util.List<ProjectModule> modules)
Sets the value of modules |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setNavigationMode(java.lang.String navigationMode)
Sets the value of navigationMode |
void |
setSitoolsAttachementForUsers(java.lang.String sitoolsAttachementForUsers)
Sets the value of sitoolsAttachementForUsers |
void |
setStatus(java.lang.String status)
Sets the value of status |
void |
setVisible(boolean visible)
Sets the value of visible |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Project()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getCss()
public void setCss(java.lang.String css)
css
- the css to setpublic Resource getImage()
public void setImage(Resource image)
image
- the image to setpublic java.util.List<Resource> getDataSets()
public void setDataSets(java.util.List<Resource> dataSets)
dataSets
- the dataSets to setpublic Resource[] getDataSetsArray()
public void setDataSetsArray(Resource[] resources)
resources
- array of datasetspublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public void setStatus(java.lang.String status)
status
- the status to setpublic java.lang.String getStatus()
public java.lang.String getSitoolsAttachementForUsers()
public void setSitoolsAttachementForUsers(java.lang.String sitoolsAttachementForUsers)
sitoolsAttachementForUsers
- the sitoolsAttachementForUsers to setpublic void setVisible(boolean visible)
visible
- the visible to setpublic boolean isVisible()
public void setAuthorized(boolean authorized)
authorized
- the authorized to setpublic boolean isAuthorized()
public java.util.List<ProjectModule> getModules()
public void setModules(java.util.List<ProjectModule> modules)
modules
- the modules to setpublic java.lang.String getHtmlHeader()
public void setHtmlHeader(java.lang.String htmlHeader)
htmlHeader
- the htmlHeader to setpublic java.lang.String getHtmlDescription()
public void setHtmlDescription(java.lang.String htmlDescription)
htmlDescription
- the htmlDescription to setpublic boolean isMaintenance()
public void setMaintenance(boolean maintenance)
maintenance
- the maintenance to setpublic java.lang.String getMaintenanceText()
public void setMaintenanceText(java.lang.String maintenanceText)
maintenanceText
- the maintenanceText to setpublic void setLinks(java.util.List<LinkModel> links)
links
- the links to setpublic java.util.List<LinkModel> getLinks()
public void setFtlTemplateFile(java.lang.String ftlTemplateFile)
ftlTemplateFile
- the ftlTemplateFile to setpublic java.lang.String getFtlTemplateFile()
public java.lang.String getNavigationMode()
public void setNavigationMode(java.lang.String navigationMode)
navigationMode
- the navigationMode to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |