it.geosolutions.unredd.geostore.model
Class AttributeDef

java.lang.Object
  extended by it.geosolutions.unredd.geostore.model.AttributeDef
Direct Known Subclasses:
UNREDDChartData.Attributes, UNREDDChartScript.Attributes, UNREDDFeedback.Attributes, UNREDDLayer.Attributes, UNREDDLayerUpdate.Attributes, UNREDDStatsData.Attributes, UNREDDStatsDef.Attributes

public class AttributeDef
extends Object

Author:
ETj (etj at geo-solutions.it)

Constructor Summary
protected AttributeDef(String name, it.geosolutions.geostore.core.model.enums.DataType dataType)
           
 
Method Summary
 boolean equals(Object obj)
           
 it.geosolutions.geostore.core.model.enums.DataType getDataType()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeDef

protected AttributeDef(String name,
                       it.geosolutions.geostore.core.model.enums.DataType dataType)
Method Detail

getDataType

public it.geosolutions.geostore.core.model.enums.DataType getDataType()

getName

public String getName()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.