org.imixs.workflow.xml
Class EntityTable
java.lang.Object
org.imixs.workflow.xml.EntityTable
- All Implemented Interfaces:
- Serializable
public class EntityTable
- extends Object
- implements Serializable
An EntityTabe represents a list of XMLItemCollections to be used by JAXB api.
Each XMLItemCollection in the list represents the same properties. So the
EntityTable can be used to generate a table repseentation of
XMLItemCollections
- Version:
- 0.0.1
- Author:
- rsoika
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityTable
public EntityTable()
getEntity
public XMLItemCollection[] getEntity()
setEntity
public void setEntity(XMLItemCollection[] entity)
getAttributeList
public Vector<String> getAttributeList()
setAttributeList
public void setAttributeList(Vector<String> attributeList)
Copyright © 2009-2011 Imixs Software Solutions GmbH. All Rights Reserved.