|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.dataset.model.Zone
public class Zone
Zone model object
Constructor Summary | |
---|---|
Zone()
|
Method Summary | |
---|---|
java.lang.String |
getCss()
Gets the css value |
int |
getHeight()
Gets the height value |
java.lang.String |
getId()
Gets the id value |
java.util.List<AbstractParameter> |
getParams()
Gets the params value |
int |
getPosition()
Gets the position value |
java.lang.String |
getTitle()
Gets the title value |
int |
getWidth()
Gets the width value |
boolean |
isCollapsed()
Gets the collapsed value |
boolean |
isCollapsible()
Gets the collapsible value |
void |
setCollapsed(boolean collapsed)
Sets the value of collapsed |
void |
setCollapsible(boolean collapsible)
Sets the value of collapsible |
void |
setCss(java.lang.String css)
Sets the value of css |
void |
setHeight(int height)
Sets the value of height |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setParams(java.util.List<AbstractParameter> params)
Sets the value of params |
void |
setPosition(int position)
Sets the value of position |
void |
setTitle(java.lang.String title)
Sets the value of title |
void |
setWidth(int width)
Sets the value of width |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Zone()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getCss()
public void setCss(java.lang.String css)
css
- the css to setpublic int getWidth()
public void setWidth(int width)
width
- the width to setpublic int getHeight()
public void setHeight(int height)
height
- the height to setpublic int getPosition()
public void setPosition(int position)
position
- the position to setpublic java.util.List<AbstractParameter> getParams()
public void setParams(java.util.List<AbstractParameter> params)
params
- the params to setpublic boolean isCollapsible()
public void setCollapsible(boolean collapsible)
collapsible
- the collapsible to setpublic boolean isCollapsed()
public void setCollapsed(boolean collapsed)
collapsed
- the collapsed to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |