Errai 3.0.1-SNAPSHOT

org.jboss.errai.otec.client
Class OTEntityStateImpl

java.lang.Object
  extended by org.jboss.errai.otec.client.OTEntityStateImpl
All Implemented Interfaces:
OTEntityState

public class OTEntityStateImpl
extends Object
implements OTEntityState

Author:
Mike Brock, Christian Sadilek

Constructor Summary
OTEntityStateImpl()
           
 
Method Summary
 void addEntity(OTEntity entity)
           
 OTEntity addEntity(State objectReference)
           
 Collection<OTEntity> getEntities()
           
 OTEntity getEntity(int id)
           
 void removeEntity(int entityId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTEntityStateImpl

public OTEntityStateImpl()
Method Detail

getEntity

public OTEntity getEntity(int id)
Specified by:
getEntity in interface OTEntityState

addEntity

public OTEntity addEntity(State objectReference)
Specified by:
addEntity in interface OTEntityState

addEntity

public void addEntity(OTEntity entity)
Specified by:
addEntity in interface OTEntityState

getEntities

public Collection<OTEntity> getEntities()
Specified by:
getEntities in interface OTEntityState

removeEntity

public void removeEntity(int entityId)
Specified by:
removeEntity in interface OTEntityState

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.