wt.clients.beans
Class Schema
java.lang.Object
wt.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
objectClassName
protected String objectClassName
attributeNames
protected String[] attributeNames
Schema
public Schema()
Schema
public Schema(String objectClassName,
String[] attributeNames)
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()