Class Data

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Data

public class Data
extends Storage

Hold information defined by an application.


Constructor Summary
Data()
           
 
Methods inherited from class OoctiObject
getAttributeValue, getObjectSize, setAttributeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data()