fr.cnes.sitools.form.model
Class AbstractFormModel

java.lang.Object
  extended by fr.cnes.sitools.form.model.AbstractFormModel
All Implemented Interfaces:
IResource
Direct Known Subclasses:
Form, FormProject

public abstract class AbstractFormModel
extends java.lang.Object
implements IResource

Abstract model class for FormModel

Author:
m.gond

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

AbstractFormModel

public AbstractFormModel()
Default constructor

Method Detail

getId

public java.lang.String getId()
Gets the id value

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getParent

public java.lang.String getParent()
Gets the parent value

Returns:
the parent

setParent

public void setParent(java.lang.String parent)
Sets the value of parent

Parameters:
parent - the parent to set

getName

public java.lang.String getName()
Gets the name value

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getCss

public java.lang.String getCss()
Gets the css value

Returns:
the css

setCss

public void setCss(java.lang.String css)
Sets the value of css

Parameters:
css - the css to set

getDescription

public java.lang.String getDescription()
Gets the description value

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getWidth

public int getWidth()
Gets the width value

Returns:
the width

setWidth

public void setWidth(int width)
Sets the value of width

Parameters:
width - the width to set

getHeight

public int getHeight()
Gets the height value

Returns:
the height

setHeight

public void setHeight(int height)
Sets the value of height

Parameters:
height - the height to set

getParentUrl

public java.lang.String getParentUrl()
Gets the parentUrl value

Returns:
the parentUrl

setParentUrl

public void setParentUrl(java.lang.String parentUrl)
Sets the value of parentUrl

Parameters:
parentUrl - the parentUrl to set

getParameters

public java.util.List<AbstractParameter> getParameters()
Gets the parameters value

Returns:
the parameters

setParameters

public void setParameters(java.util.List<AbstractParameter> parameters)
Sets the value of parameters

Parameters:
parameters - the parameters to set

getZones

public java.util.List<Zone> getZones()
Gets the zones value

Returns:
the zones

setZones

public void setZones(java.util.List<Zone> zones)
Sets the value of zones

Parameters:
zones - the zones to set


Copyright © 2010-2013 CNES. All Rights Reserved.