fr.cnes.sitools.form.dataset.model
Class Zone

java.lang.Object
  extended by fr.cnes.sitools.form.dataset.model.Zone

public class Zone
extends java.lang.Object

Zone model object

Author:
b.fiorito

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

Zone

public Zone()
Method Detail

getId

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

Returns:
the id

setId

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

Parameters:
id - the id to set

getTitle

public java.lang.String getTitle()
Gets the title value

Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Sets the value of title

Parameters:
title - the title 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

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

getPosition

public int getPosition()
Gets the position value

Returns:
the position

setPosition

public void setPosition(int position)
Sets the value of position

Parameters:
position - the position to set

getParams

public java.util.List<AbstractParameter> getParams()
Gets the params value

Returns:
the params

setParams

public void setParams(java.util.List<AbstractParameter> params)
Sets the value of params

Parameters:
params - the params to set

isCollapsible

public boolean isCollapsible()
Gets the collapsible value

Returns:
the collapsible

setCollapsible

public void setCollapsible(boolean collapsible)
Sets the value of collapsible

Parameters:
collapsible - the collapsible to set

isCollapsed

public boolean isCollapsed()
Gets the collapsed value

Returns:
the collapsed

setCollapsed

public void setCollapsed(boolean collapsed)
Sets the value of collapsed

Parameters:
collapsed - the collapsed to set


Copyright © 2010-2013 CNES. All Rights Reserved.