Package org.symphonyoss.s2.canon.runtime
Class EntityArray
- java.lang.Object
-
- org.symphonyoss.s2.canon.runtime.BaseEntity
-
- org.symphonyoss.s2.canon.runtime.EntityArray
-
- All Implemented Interfaces:
IBaseEntity,IEntityArray,org.symphonyoss.s2.common.dom.json.IJsonDomNodeProvider
- Direct Known Subclasses:
EntityList,EntitySet
@Immutable public abstract class EntityArray extends BaseEntity implements IEntityArray
-
-
Constructor Summary
Constructors Constructor Description EntityArray(org.symphonyoss.s2.common.dom.json.IImmutableJsonDomNode jsonDomNode)
-
Method Summary
-
Methods inherited from class org.symphonyoss.s2.canon.runtime.BaseEntity
equals, getJsonDomNode, hashCode, serialize, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IBaseEntity
getJsonDomNode, serialize
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IEntityArray
size
-
-
-
-
Constructor Detail
-
EntityArray
public EntityArray(@Nonnull org.symphonyoss.s2.common.dom.json.IImmutableJsonDomNode jsonDomNode)
-
-