it.eng.spagobi.engines.geo.dataset.provider
Class Hierarchy.Level

java.lang.Object
  extended by it.eng.spagobi.engines.geo.dataset.provider.Hierarchy.Level
Enclosing class:
Hierarchy

public static class Hierarchy.Level
extends java.lang.Object

The Class Level.


Constructor Summary
Hierarchy.Level()
          Instantiates a new level.
 
Method Summary
 java.lang.String getColumnDesc()
          Gets the column desc.
 java.lang.String getColumnId()
          Gets the column id.
 java.lang.String getFeatureName()
          Gets the feature name.
 Link getLink(java.lang.String key)
          Gets the link.
 java.lang.String getName()
          Gets the name.
 void setColumnDesc(java.lang.String columnDesc)
          Sets the column desc.
 void setColumnId(java.lang.String columnId)
          Sets the column id.
 void setFeatureName(java.lang.String featureName)
          Sets the feature name.
 void setLink(java.lang.String key, Link link)
          Sets the link.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hierarchy.Level

public Hierarchy.Level()
Instantiates a new level.

Method Detail

getColumnDesc

public java.lang.String getColumnDesc()
Gets the column desc.

Returns:
the column desc

setColumnDesc

public void setColumnDesc(java.lang.String columnDesc)
Sets the column desc.

Parameters:
columnDesc - the new column desc

getColumnId

public java.lang.String getColumnId()
Gets the column id.

Returns:
the column id

setColumnId

public void setColumnId(java.lang.String columnId)
Sets the column id.

Parameters:
columnId - the new column id

getFeatureName

public java.lang.String getFeatureName()
Gets the feature name.

Returns:
the feature name

setFeatureName

public void setFeatureName(java.lang.String featureName)
Sets the feature name.

Parameters:
featureName - the new feature name

getName

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

Returns:
the name

setName

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

Parameters:
name - the new name

getLink

public Link getLink(java.lang.String key)
Gets the link.

Returns:
the link

setLink

public void setLink(java.lang.String key,
                    Link link)
Sets the link.

Parameters:
link - the new link