|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.client.model.ProjectIndexDTO
public final class ProjectIndexDTO
Used to create the index.html page Store temporary a list of AddDatasetOpensearchDTO. It also stores Feeds description
Constructor Summary | |
---|---|
ProjectIndexDTO()
Constructor. |
Method Summary | |
---|---|
void |
addAppDatasetOpensearchDTO(AppDatasetOpensearchDTO appDsOsDTO)
Add a AppDatasetOpensearchDTO to the collection. |
void |
addAppDatasetOpensearchDTO(java.lang.String url,
java.lang.String shortName,
java.lang.String datasetName)
Add a AppDatasetOpensearchDTO to the collection. |
java.util.List<AppDatasetOpensearchDTO> |
getAppDsOsDTOs()
Gets the list of AppDatasetOpensearchDTO. |
java.lang.String |
getAppUrl()
Gets the appUrl value |
java.util.List<FeedModelDTO> |
getFeeds()
Gets the feeds value |
Project |
getProject()
Gets the project value |
java.lang.String |
getProjectCss()
Get the project CSS |
java.lang.String |
getProjectDescription()
Get the project description |
java.lang.String |
getProjectName()
Get the project name |
void |
setAppUrl(java.lang.String appUrl)
Sets the value of appUrl |
void |
setFeeds(java.util.List<FeedModelDTO> feeds)
Sets the value of feeds |
void |
setProject(Project project)
Sets the value of project |
void |
setProjectCss(java.lang.String projectCss)
Set the the Project's CSS |
void |
setProjectDescription(java.lang.String projectDescription)
Set the project description |
void |
setProjectName(java.lang.String projectName)
Set the project name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectIndexDTO()
Method Detail |
---|
public void addAppDatasetOpensearchDTO(AppDatasetOpensearchDTO appDsOsDTO)
appDsOsDTO
- : The AppDatasetOpensearchDTO to storepublic void addAppDatasetOpensearchDTO(java.lang.String url, java.lang.String shortName, java.lang.String datasetName)
url
- : the DataSet application URLshortName
- : the shortName of the OpenSearch description filedatasetName
- : the name of the DataSetpublic java.util.List<AppDatasetOpensearchDTO> getAppDsOsDTOs()
public java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName
- the projectName to setpublic java.lang.String getProjectDescription()
public void setProjectDescription(java.lang.String projectDescription)
projectDescription
- the project description to setpublic void setFeeds(java.util.List<FeedModelDTO> feeds)
feeds
- the feeds to setpublic java.util.List<FeedModelDTO> getFeeds()
public java.lang.String getProjectCss()
public void setProjectCss(java.lang.String projectCss)
projectCss
- the CSS to setpublic java.lang.String getAppUrl()
public void setAppUrl(java.lang.String appUrl)
appUrl
- the appUrl to setpublic void setProject(Project project)
project
- the project to setpublic Project getProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |