ca.aura.artefacts.sorting
Class Data

java.lang.Object
  |
  +--StructuredNode
        |
        +--ca.aura.artefacts.sorting.Data

public class Data
extends StructuredNode

Author:
aforward
See Also:
Serialized Form

Constructor Summary
Data()
          default
Data(Artefact artefact)
          give the data a name and value
Data(java.lang.String name)
          give the data a name
 
Method Summary
 Artefact getData()
          get the artefact
 boolean hasData()
          does the data have it?
 void setData(Artefact artefact)
          set teh artefact
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data()
default


Data

public Data(java.lang.String name)
give the data a name


Data

public Data(Artefact artefact)
give the data a name and value

Method Detail

getData

public Artefact getData()
get the artefact


setData

public void setData(Artefact artefact)
set teh artefact


hasData

public boolean hasData()
does the data have it?



Copyright © 2002 University of Ottawa. All Rights Reserved.