|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.GroupData
public class GroupData
The data that makes up an OME Group along with the various members of the Group
Field Summary | |
---|---|
static String |
DEFAULT
Identifies the default group. |
static String |
DESCRIPTION
Identifies the ExperimenterGroup#DESCRIPTION field. |
static String |
GROUP_EXPERIMENTER_MAP
Identifies the ExperimenterGroup#GROUPEXPERIMENTERMAP field. |
static String |
GUEST
Identifies the Guest group. |
static String |
NAME
Identifies the ExperimenterGroup#NAME field. |
static String |
SYSTEM
Identifies the System group. |
static String |
USER
Identifies the User group. |
Constructor Summary | |
---|---|
GroupData()
Creates a new instance. |
|
GroupData(omero.model.ExperimenterGroup group)
Creates a new instance. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description of the group. |
Set |
getExperimenters()
Returns the experimenters contained in this group. |
Set |
getLeaders()
Returns the experimenters contained in this group. |
String |
getName()
Returns the name of the group. |
void |
setDescription(String description)
Sets the name of the group. |
void |
setExperimenters(Set<ExperimenterData> newValue)
Sets the experimenters contained in this group. |
void |
setName(String name)
Sets the name of the group. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAME
ExperimenterGroup#NAME
field.
public static final String DESCRIPTION
ExperimenterGroup#DESCRIPTION
field.
public static final String GROUP_EXPERIMENTER_MAP
ExperimenterGroup#GROUPEXPERIMENTERMAP
field.
public static final String USER
User
group.
public static final String SYSTEM
System
group.
public static final String GUEST
Guest
group.
public static final String DEFAULT
default
group.
Constructor Detail |
---|
public GroupData()
public GroupData(omero.model.ExperimenterGroup group)
group
- Back pointer to the ExperimenterGroup
model object.
Mustn't be null
.
IllegalArgumentException
- If the object is null
.Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name of the group. Mustn't be null
.
IllegalArgumentException
- If the name is null
.public String getDescription()
public void setDescription(String description)
description
- The description of the group. Mustn't be null
.
IllegalArgumentException
- If the name is null
.public Set getLeaders()
public Set getExperimenters()
public void setExperimenters(Set<ExperimenterData> newValue)
newValue
- The set of experimenters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.