Package pl.edu.icm.unity.engine.api.bulk
Class EntityGroupAttributes
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.bulk.EntityGroupAttributes
-
public class EntityGroupAttributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,AttributeExt>
attribtues
long
entityId
-
Constructor Summary
Constructors Constructor Description EntityGroupAttributes(long entityId, Map<String,AttributeExt> attribtues)
-
-
-
Field Detail
-
entityId
public final long entityId
-
attribtues
public final Map<String,AttributeExt> attribtues
-
-
Constructor Detail
-
EntityGroupAttributes
public EntityGroupAttributes(long entityId, Map<String,AttributeExt> attribtues)
-
-