fr.cnes.sitools.dataset.model
Class ColumnRenderer

java.lang.Object
  extended by fr.cnes.sitools.dataset.model.ColumnRenderer

public class ColumnRenderer
extends java.lang.Object

Model Object to represent a ColumnRenderer for a specific column

Author:
m.gond

Constructor Summary
ColumnRenderer()
          Default constructor
ColumnRenderer(BehaviorEnum behavior)
          Constructor with behavior
 
Method Summary
 BehaviorEnum getBehavior()
          Gets the behavior value
 java.lang.String getColumnAlias()
          Gets the columnAlias value
 java.lang.String getDatasetLinkUrl()
          Gets the datasetLinkUrl value
 java.lang.Boolean getDisplayable()
          Gets the displayable value
 Resource getImage()
          Gets the image value
 java.lang.String getLinkText()
          Gets the linkText value
 java.lang.String getToolTip()
          Gets the toolTip value
 void setBehavior(BehaviorEnum behavior)
          Sets the value of behavior
 void setColumnAlias(java.lang.String columnAlias)
          Sets the value of columnAlias
 void setDatasetLinkUrl(java.lang.String datasetLinkUrl)
          Sets the value of datasetLinkUrl
 void setDisplayable(java.lang.Boolean displayable)
          Sets the value of displayable
 void setImage(Resource image)
          Sets the value of image
 void setLinkText(java.lang.String linkText)
          Sets the value of linkText
 void setToolTip(java.lang.String toolTip)
          Sets the value of toolTip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnRenderer

public ColumnRenderer()
Default constructor


ColumnRenderer

public ColumnRenderer(BehaviorEnum behavior)
Constructor with behavior

Parameters:
behavior - the behavior
Method Detail

setBehavior

public void setBehavior(BehaviorEnum behavior)
Sets the value of behavior

Parameters:
behavior - the behavior to set

getBehavior

public BehaviorEnum getBehavior()
Gets the behavior value

Returns:
the behavior

getImage

public Resource getImage()
Gets the image value

Returns:
the image

setImage

public void setImage(Resource image)
Sets the value of image

Parameters:
image - the image to set

getLinkText

public java.lang.String getLinkText()
Gets the linkText value

Returns:
the linkText

setLinkText

public void setLinkText(java.lang.String linkText)
Sets the value of linkText

Parameters:
linkText - the linkText to set

getColumnAlias

public java.lang.String getColumnAlias()
Gets the columnAlias value

Returns:
the columnAlias

setColumnAlias

public void setColumnAlias(java.lang.String columnAlias)
Sets the value of columnAlias

Parameters:
columnAlias - the columnAlias to set

getDatasetLinkUrl

public java.lang.String getDatasetLinkUrl()
Gets the datasetLinkUrl value

Returns:
the datasetLinkUrl

setDatasetLinkUrl

public void setDatasetLinkUrl(java.lang.String datasetLinkUrl)
Sets the value of datasetLinkUrl

Parameters:
datasetLinkUrl - the datasetLinkUrl to set

setDisplayable

public void setDisplayable(java.lang.Boolean displayable)
Sets the value of displayable

Parameters:
displayable - the displayable to set

getDisplayable

public java.lang.Boolean getDisplayable()
Gets the displayable value

Returns:
the displayable

getToolTip

public java.lang.String getToolTip()
Gets the toolTip value

Returns:
the toolTip

setToolTip

public void setToolTip(java.lang.String toolTip)
Sets the value of toolTip

Parameters:
toolTip - the toolTip to set


Copyright © 2010-2013 CNES. All Rights Reserved.