wt.clients.beans
Class Schema

java.lang.Object
  extended bywt.clients.beans.Schema
All Implemented Interfaces:
Serializable

public class Schema
extends Object
implements Serializable

Schema is a container to hold class and attribute name information for the wt.clients.beans.AttributesForm bean.

Supported API: false

Extendable: false

See Also:
AttributesForm, Serialized Form

Field Summary
protected  String[] attributeNames
           
protected  String objectClassName
           
 
Constructor Summary
Schema()
           
Schema(String objectClassName, String[] attributeNames)
           
 
Method Summary
 String[] getAttributeNames()
           
 String getAttributeNames(int index)
           
 String getObjectClassName()
           
 void setAttributeNames(int index, String name)
           
 void setAttributeNames(String[] names)
           
 void setObjectClassName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

objectClassName

protected String objectClassName

attributeNames

protected String[] attributeNames
Constructor Detail

Schema

public Schema()

Schema

public Schema(String objectClassName,
              String[] attributeNames)
Method Detail

getObjectClassName

public String getObjectClassName()

getAttributeNames

public String[] getAttributeNames()

getAttributeNames

public String getAttributeNames(int index)

setAttributeNames

public void setAttributeNames(int index,
                              String name)

setObjectClassName

public void setObjectClassName(String name)

setAttributeNames

public void setAttributeNames(String[] names)

toString

public String toString()