org.gcube.data.analysis.tabulardata.model.metadata.levels
Class Levels

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.metadata.levels.Levels
All Implemented Interfaces:
Serializable, CubeMetadata<ArrayList<Level>>

public class Levels
extends Object
implements CubeMetadata<ArrayList<Level>>

See Also:
Serialized Form

Constructor Summary
Levels()
           
 
Method Summary
 ArrayList<Level> getMetadataObject()
           
 boolean isInheritable()
           
 void setMetadataObject(ArrayList<Level> obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Levels

public Levels()
Method Detail

isInheritable

public boolean isInheritable()
Specified by:
isInheritable in interface CubeMetadata<ArrayList<Level>>

toString

public String toString()
Overrides:
toString in class Object

getMetadataObject

public ArrayList<Level> getMetadataObject()
Specified by:
getMetadataObject in interface CubeMetadata<ArrayList<Level>>

setMetadataObject

public void setMetadataObject(ArrayList<Level> obj)
Specified by:
setMetadataObject in interface CubeMetadata<ArrayList<Level>>


Copyright © 2013. All Rights Reserved.