Package ome.model.annotations
Class DichroicAnnotationLink.Details
- java.lang.Object
-
- ome.model.internal.Details
-
- ome.model.annotations.DichroicAnnotationLink.Details
-
- All Implemented Interfaces:
java.io.Serializable
,Filterable
- Enclosing class:
- DichroicAnnotationLink
public static class DichroicAnnotationLink.Details extends Details
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ome.model.internal.Details
_context, _creation, _dynamicFields, _externalInfo, _filteredCollections, _group, _owner, _perms, _update, contexts, CREATIONEVENT, EXTERNALINFO, GROUP, OWNER, PERMISSIONS, UPDATEEVENT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
getCreationEvent()
ExternalInfo
getExternalInfo()
ExperimenterGroup
getGroup()
Experimenter
getOwner()
Permissions
getPermissions()
Permissions is a component embedded into the Details component.Event
getUpdateEvent()
Details
newInstance()
-
Methods inherited from class ome.model.internal.Details
acceptFilter, addFiltered, addFiltered, clearFiltered, contextAt, copy, copy, copyWhereUnset, create, create, filteredSet, filteredSize, getContext, isFiltered, putAt, retrieve, setContext, setContexts, setCreationEvent, setExternalInfo, setGroup, setOwner, setPermissions, setUpdateEvent, shallowCopy, shallowCopy, toString, toString
-
-
-
-
Method Detail
-
newInstance
public Details newInstance()
- Specified by:
newInstance
in classDetails
-
getPermissions
public Permissions getPermissions()
Description copied from class:Details
Permissions is a component embedded into the Details component. Similar rules apply as to Details, but it is not suggested that users attempt to directly query Permissions object as its internal state is not public.- Overrides:
getPermissions
in classDetails
-
getExternalInfo
public ExternalInfo getExternalInfo()
- Overrides:
getExternalInfo
in classDetails
-
getOwner
public Experimenter getOwner()
-
getCreationEvent
public Event getCreationEvent()
- Overrides:
getCreationEvent
in classDetails
-
getGroup
public ExperimenterGroup getGroup()
-
getUpdateEvent
public Event getUpdateEvent()
- Overrides:
getUpdateEvent
in classDetails
-
-