public class Principal extends Object implements Principal, Serializable
EventType
,
ExperimenterGroup
,
Permissions
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected String |
group |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
Principal(String name)
Creates a Principal with null group and event type.
|
Principal(String name,
String group,
String eventType) |
Modifier and Type | Method and Description |
---|---|
String |
getEventType() |
String |
getGroup() |
String |
getName() |
String |
toString()
returns only the name of the instance because that is the expected
behavior of
Principal implementations |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.