|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ExperimenterData
public class ExperimenterData
The data that makes up an OME Experimenter along with information about the Group the Experimenter belongs in.
Field Summary | |
---|---|
static String |
EMAIL
Identifies the Experimenter#EMAIL field. |
static String |
FIRSTNAME
Identifies the Experimenter#FIRSTNAME field. |
static String |
GROUP_EXPERIMENTER_MAP
Identifies the Experimenter#GROUPEXPERIMENTERMAP field. |
static String |
INSTITUTION
Identifies the Experimenter#INSTITUTION field. |
static String |
LASTNAME
Identifies the Experimenter#LASTNAME field. |
static String |
MIDDLENAME
Identifies the Experimenter#MIDDLENAME field. |
static String |
OMENAME
Identifies the Experimenter#OMENAME field. |
Constructor Summary | |
---|---|
ExperimenterData()
Creates a new instance. |
|
ExperimenterData(omero.model.Experimenter experimenter)
Creates a new instance. |
Method Summary | |
---|---|
GroupData |
getDefaultGroup()
Returns the default Group for this Experimenter |
String |
getEmail()
Returns the e-mail of the experimenter. |
String |
getFirstName()
Returns the first name of the experimenter. |
List<GroupData> |
getGroups()
Returns the groups the experimenter is a member of. |
String |
getInstitution()
Returns the institution where the experimenter works. |
String |
getLastName()
Returns the last name of the experimenter. |
String |
getMiddleName()
Returns the middle name of the experimenter. |
String |
getUserName()
Returns the last name of the experimenter. |
boolean |
isActive()
Returns true if the experimenter is active,
false otherwise. |
void |
setEmail(String email)
Sets the e-mail of the experimenter. |
void |
setFirstName(String firstName)
Sets the first name of the experimenter. |
void |
setGroups(List<GroupData> newValue)
Sets the groups the experimenter is a member of. |
void |
setInstitution(String institution)
Sets the institution where the experimenter works. |
void |
setLastName(String lastName)
Sets the last name of the experimenter. |
void |
setMiddleName(String middleName)
Sets the middle name of the experimenter. |
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 FIRSTNAME
Experimenter#FIRSTNAME
field.
public static final String MIDDLENAME
Experimenter#MIDDLENAME
field.
public static final String LASTNAME
Experimenter#LASTNAME
field.
public static final String EMAIL
Experimenter#EMAIL
field.
public static final String OMENAME
Experimenter#OMENAME
field.
public static final String INSTITUTION
Experimenter#INSTITUTION
field.
public static final String GROUP_EXPERIMENTER_MAP
Experimenter#GROUPEXPERIMENTERMAP
field.
Constructor Detail |
---|
public ExperimenterData()
public ExperimenterData(omero.model.Experimenter experimenter)
experimenter
- Back pointer to the Experimenter
model object. Mustn't
be null
.
IllegalArgumentException
- If the object is null
.Method Detail |
---|
public void setFirstName(String firstName)
firstName
- The value to set.public String getFirstName()
public void setLastName(String lastName)
lastName
- The value to set.public String getLastName()
public String getUserName()
public void setEmail(String email)
email
- The value to set.public String getEmail()
public void setInstitution(String institution)
institution
- The value to set.public String getInstitution()
public List<GroupData> getGroups()
public void setGroups(List<GroupData> newValue)
newValue
- The set of groups.public GroupData getDefaultGroup()
public String getMiddleName()
public void setMiddleName(String middleName)
middleName
- The value to set.public boolean isActive()
true
if the experimenter is active,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.