net.sourceforge.nite.meta.impl
Class NiteObjectSet

java.lang.Object
  extended by net.sourceforge.nite.meta.impl.NiteObjectSet
All Implemented Interfaces:
NObjectSet

public class NiteObjectSet
extends java.lang.Object
implements NObjectSet

An ObjectSet as referred to in the metadata

Author:
jonathan

Constructor Summary
NiteObjectSet(java.lang.String name, java.lang.String description, java.lang.String filename)
           
 
Method Summary
 java.util.List getContentElements()
          get the list of elements valid in this layer - returns an ArrayList of NElements
 java.lang.String getDescription()
          returns a description of the ObjectSet.
 java.lang.String getFileName()
          returns the filename of this ObjectSet
 java.lang.String getName()
          returns the name of this ObjectSet as used for pointing to it
 void setContentElements(java.util.List elements)
          set the list of elements valid in this layer - takes an ArrayList of NElements
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiteObjectSet

public NiteObjectSet(java.lang.String name,
                     java.lang.String description,
                     java.lang.String filename)
Method Detail

getName

public java.lang.String getName()
returns the name of this ObjectSet as used for pointing to it

Specified by:
getName in interface NObjectSet

getDescription

public java.lang.String getDescription()
returns a description of the ObjectSet.

Specified by:
getDescription in interface NObjectSet

getFileName

public java.lang.String getFileName()
returns the filename of this ObjectSet

Specified by:
getFileName in interface NObjectSet

getContentElements

public java.util.List getContentElements()
get the list of elements valid in this layer - returns an ArrayList of NElements

Specified by:
getContentElements in interface NObjectSet

setContentElements

public void setContentElements(java.util.List elements)
set the list of elements valid in this layer - takes an ArrayList of NElements