Package org.molgenis.data.index.meta
Class IndexActionGroup
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.data.index.meta.IndexActionGroup
-
- All Implemented Interfaces:
Entity,org.molgenis.util.i18n.Identifiable
public class IndexActionGroup extends StaticEntity
-
-
Constructor Summary
Constructors Constructor Description IndexActionGroup(String id, EntityType entityType)IndexActionGroup(Entity entity)IndexActionGroup(EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()StringgetId()IndexActionGroupsetCount(int count)-
Methods inherited from class org.molgenis.data.support.StaticEntity
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.molgenis.data.Entity
get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
-
-
-
-
Constructor Detail
-
IndexActionGroup
public IndexActionGroup(Entity entity)
-
IndexActionGroup
public IndexActionGroup(EntityType entityType)
-
IndexActionGroup
public IndexActionGroup(String id, EntityType entityType)
-
-
Method Detail
-
getId
public String getId()
-
getCount
public int getCount()
-
setCount
public IndexActionGroup setCount(int count)
-
-