org.eclipse.higgins.ics.gwt.base.client.model.entity
Class ListEntity

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
      extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.ListEntity
All Implemented Interfaces:
Serializable

public class ListEntity
extends BaseEntity

See Also:
Serialized Form

Constructor Summary
ListEntity()
           
 
Method Summary
 List getList()
           
 void setList(List list)
           
 
Methods inherited from class org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntity

public ListEntity()
Method Detail

setList

public void setList(List list)

getList

public List getList()