org.jboss.errai.otec.client
Class OTEntityStateImpl
java.lang.Object
org.jboss.errai.otec.client.OTEntityStateImpl
- All Implemented Interfaces:
- OTEntityState
public class OTEntityStateImpl
- extends Object
- implements OTEntityState
- Author:
- Mike Brock, Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OTEntityStateImpl
public OTEntityStateImpl()
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.