org.imixs.workflow.xml
Class EntityTable

java.lang.Object
  extended by 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

Constructor Summary
EntityTable()
           
 
Method Summary
 Vector<String> getAttributeList()
           
 XMLItemCollection[] getEntity()
           
 void setAttributeList(Vector<String> attributeList)
           
 void setEntity(XMLItemCollection[] entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityTable

public EntityTable()
Method Detail

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.