|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.model.AbstractFormModel
public abstract class AbstractFormModel
Abstract model class for FormModel
Constructor Summary | |
---|---|
AbstractFormModel()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getCss()
Gets the css value |
java.lang.String |
getDescription()
Gets the description value |
int |
getHeight()
Gets the height value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getName()
Gets the name value |
java.util.List<AbstractParameter> |
getParameters()
Gets the parameters value |
java.lang.String |
getParent()
Gets the parent value |
java.lang.String |
getParentUrl()
Gets the parentUrl value |
int |
getWidth()
Gets the width value |
java.util.List<Zone> |
getZones()
Gets the zones value |
void |
setCss(java.lang.String css)
Sets the value of css |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setHeight(int height)
Sets the value of height |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setParameters(java.util.List<AbstractParameter> parameters)
Sets the value of parameters |
void |
setParent(java.lang.String parent)
Sets the value of parent |
void |
setParentUrl(java.lang.String parentUrl)
Sets the value of parentUrl |
void |
setWidth(int width)
Sets the value of width |
void |
setZones(java.util.List<Zone> zones)
Sets the value of zones |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFormModel()
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 getParent()
public void setParent(java.lang.String parent)
parent
- the parent 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 getCss()
public void setCss(java.lang.String css)
css
- the css to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description 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 java.lang.String getParentUrl()
public void setParentUrl(java.lang.String parentUrl)
parentUrl
- the parentUrl to setpublic java.util.List<AbstractParameter> getParameters()
public void setParameters(java.util.List<AbstractParameter> parameters)
parameters
- the parameters to setpublic java.util.List<Zone> getZones()
public void setZones(java.util.List<Zone> zones)
zones
- the zones to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |