|
||||||||||
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 |
DESCRIPTION
Identifies the ExperimenterGroup#DESCRIPTION field. |
static String |
GROUP_EXPERIMENTER_MAP
Identifies the ExperimenterGroup#GROUPEXPERIMENTERMAP field. |
static String |
NAME
Identifies the ExperimenterGroup#NAME field. |
Constructor Summary | |
---|---|
GroupData()
Creates a new instance. |
|
GroupData(omero.model.ExperimenterGroup group)
Creates a new instance. |
Method Summary | |
---|---|
Set |
getExperimenters()
Returns the experimenters contained in this group. |
String |
getName()
Returns 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.
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 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.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.