|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.modules.model.ProjectModuleModel
public final class ProjectModuleModel
Class for client module description
Constructor Summary | |
---|---|
ProjectModuleModel()
Basic Constructor |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the author value |
int |
getDefaultHeight()
Gets the defaultHeight value |
int |
getDefaultWidth()
Gets the defaultWidth value |
Dependencies |
getDependencies()
Gets the dependencies value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getIcon()
Gets the icon value |
java.lang.String |
getId()
Resource identifier |
java.lang.String |
getImagePath()
Gets the imagePath value |
java.lang.String |
getLabel()
Gets the label value |
java.util.List<Role> |
getListRoles()
Gets the listRoles value |
java.lang.String |
getName()
Gets the name value |
java.lang.Integer |
getPriority()
Gets the priority value |
java.lang.Boolean |
getPublicOpened()
Deprecated. |
java.lang.String |
getSpecificType()
Gets the specificType value |
java.lang.String |
getTitle()
Gets the title value |
java.lang.String |
getUrl()
Gets the url value |
java.lang.String |
getVersion()
Gets the version value |
java.lang.Boolean |
getVisible()
Gets the visible value |
int |
getX()
Gets the x value |
java.lang.String |
getXtype()
Gets the xtype value |
int |
getY()
Gets the y value |
void |
setAuthor(java.lang.String author)
Sets the value of author |
void |
setDefaultHeight(int defaultHeight)
Sets the value of defaultHeight |
void |
setDefaultWidth(int defaultWidth)
Sets the value of defaultWidth |
void |
setDependencies(Dependencies dependencies)
Sets the value of dependencies |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setIcon(java.lang.String icon)
Sets the value of icon |
void |
setId(java.lang.String id)
Resource identifier setting |
void |
setImagePath(java.lang.String imagePath)
Sets the value of imagePath |
void |
setLabel(java.lang.String label)
Sets the value of label |
void |
setListRoles(java.util.List<Role> listRoles)
Sets the value of listRoles |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setPriority(java.lang.Integer priority)
Sets the value of priority |
void |
setPublicOpened(java.lang.Boolean publicOpened)
Deprecated. |
void |
setSpecificType(java.lang.String specificType)
Sets the value of specificType |
void |
setTitle(java.lang.String title)
Sets the value of title |
void |
setUrl(java.lang.String url)
Sets the value of url |
void |
setVersion(java.lang.String version)
Sets the value of version |
void |
setVisible(java.lang.Boolean visible)
Sets the value of visible |
void |
setX(int x)
Sets the value of x |
void |
setXtype(java.lang.String xtype)
Sets the value of xtype |
void |
setY(int y)
Sets the value of y |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectModuleModel()
Method Detail |
---|
public java.lang.String getId()
IResource
getId
in interface IResource
public void setId(java.lang.String id)
IResource
setId
in interface IResource
id
- the identifier 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 getUrl()
public void setUrl(java.lang.String url)
url
- the url to setpublic java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
priority
- the priority to setpublic java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- the author to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version to setpublic int getDefaultWidth()
public void setDefaultWidth(int defaultWidth)
defaultWidth
- the defaultWidth to setpublic int getDefaultHeight()
public void setDefaultHeight(int defaultHeight)
defaultHeight
- the defaultHeight to setpublic int getX()
public void setX(int x)
x
- the x to setpublic int getY()
public void setY(int y)
y
- the y to setpublic java.lang.String getXtype()
public void setXtype(java.lang.String xtype)
xtype
- the xtype to setpublic void setDependencies(Dependencies dependencies)
dependencies
- the dependencies to setpublic Dependencies getDependencies()
public java.lang.String getImagePath()
public void setImagePath(java.lang.String imagePath)
imagePath
- the imagePath to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon
- the icon to setpublic java.lang.String getSpecificType()
public void setSpecificType(java.lang.String specificType)
specificType
- the specificType to setpublic java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean visible)
visible
- the visible to set@Deprecated public java.lang.Boolean getPublicOpened()
@Deprecated public void setPublicOpened(java.lang.Boolean publicOpened)
publicOpened
- the publicOpened to setpublic java.util.List<Role> getListRoles()
public void setListRoles(java.util.List<Role> listRoles)
listRoles
- the listRoles 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 |