@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class ProjectionDef extends java.lang.Object implements java.io.Serializable, IObject, IMutable
Modifier and Type | Class and Description |
---|---|
static class |
ProjectionDef.Details |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
_dynamicFields |
protected boolean |
_loaded |
protected java.lang.Boolean |
active |
static java.lang.String |
ACTIVE |
protected ProjectionAxis |
axis |
static java.lang.String |
AXIS |
protected Details |
details |
static java.lang.String |
DETAILS |
protected java.lang.Integer |
endPlane |
static java.lang.String |
ENDPLANE |
static java.lang.String |
EVENT_FILTER |
static java.util.Set<java.lang.String> |
FIELDS |
static java.lang.String |
GROUP_FILTER |
protected java.lang.Long |
id |
static java.lang.String |
ID |
static java.lang.String |
OWNER_FILTER |
static java.lang.String |
PERMS_FILTER |
protected RenderingDef |
renderingDef |
static java.lang.String |
RENDERINGDEF |
protected java.lang.Integer |
startPlane |
static java.lang.String |
STARTPLANE |
protected java.lang.Integer |
stepping |
static java.lang.String |
STEPPING |
protected ProjectionType |
type |
static java.lang.String |
TYPE |
protected java.lang.Integer |
version |
static java.lang.String |
VERSION |
Modifier | Constructor and Description |
---|---|
|
ProjectionDef() |
protected |
ProjectionDef(java.lang.Long id) |
|
ProjectionDef(java.lang.Long id,
boolean loaded)
Main constructor.
|
|
ProjectionDef(RenderingDef _renderingDef,
ProjectionAxis _axis,
ProjectionType _type,
java.lang.Boolean _active) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
protected void |
errorIfUnloaded() |
java.util.Set<java.lang.String> |
fields()
returns a Set of field names that belong to this class
|
java.lang.Boolean |
getActive()
Simple field ome.model.display.ProjectionDef.active (java.lang.Boolean)
|
ProjectionAxis |
getAxis()
Many-to-one field ome.model.display.ProjectionDef.axis (ome.model.enums.ProjectionAxis)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
java.lang.Integer |
getEndPlane()
Simple field ome.model.display.ProjectionDef.endPlane (java.lang.Integer)
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
java.lang.Long |
getId()
The DB unique identifier for this object.
|
RenderingDef |
getRenderingDef()
Many-to-one field ome.model.display.ProjectionDef.renderingDef (ome.model.display.RenderingDef)
|
java.lang.Integer |
getStartPlane()
Simple field ome.model.display.ProjectionDef.startPlane (java.lang.Integer)
|
java.lang.Integer |
getStepping()
Simple field ome.model.display.ProjectionDef.stepping (java.lang.Integer)
|
ProjectionType |
getType()
Many-to-one field ome.model.display.ProjectionDef.type (ome.model.enums.ProjectionType)
|
java.lang.Integer |
getVersion()
This version number is controlled by the database for optimisitic
locking.
|
boolean |
isLoaded()
transient field (not stored in the DB) which specifies whether this
object has been loaded from the DB or is only a wrapper around the ID.
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
ProjectionDef |
newInstance() |
ProjectionDef |
proxy() |
void |
putAt(java.lang.String field,
java.lang.Object value)
stores a value in this instance.
|
java.lang.Object |
retrieve(java.lang.String field)
retrieves a value from this instance.
|
void |
setActive(java.lang.Boolean active) |
void |
setAxis(ProjectionAxis axis) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the ProjectionDef.Details instance instead. |
void |
setEndPlane(java.lang.Integer endPlane) |
void |
setId(java.lang.Long id)
usually unneeded.
|
void |
setRenderingDef(RenderingDef renderingDef) |
void |
setStartPlane(java.lang.Integer startPlane) |
void |
setStepping(java.lang.Integer stepping) |
void |
setType(ProjectionType type) |
void |
setVersion(java.lang.Integer version)
use with caution.
|
protected void |
throwNullCollectionException(java.lang.String propertyName) |
java.lang.String |
toString() |
void |
unload()
set the loaded field to false, and set all non-ID fields to null.
|
Validation |
validate()
calls the class-specific validator for this instance and returns the
Validation object. |
public static final java.lang.String OWNER_FILTER
public static final java.lang.String GROUP_FILTER
public static final java.lang.String EVENT_FILTER
public static final java.lang.String PERMS_FILTER
public static final java.lang.String ID
protected java.lang.Long id
public static final java.lang.String VERSION
protected java.lang.Integer version
protected RenderingDef renderingDef
protected ProjectionAxis axis
protected ProjectionType type
protected java.lang.Boolean active
protected java.lang.Integer startPlane
protected java.lang.Integer endPlane
protected java.lang.Integer stepping
protected Details details
public static final java.lang.String RENDERINGDEF
public static final java.lang.String AXIS
public static final java.lang.String TYPE
public static final java.lang.String ACTIVE
public static final java.lang.String STARTPLANE
public static final java.lang.String ENDPLANE
public static final java.lang.String STEPPING
public static final java.lang.String DETAILS
public static final java.util.Set<java.lang.String> FIELDS
protected java.util.Map<java.lang.String,java.lang.Object> _dynamicFields
protected boolean _loaded
public ProjectionDef()
protected ProjectionDef(java.lang.Long id)
public ProjectionDef(java.lang.Long id, boolean loaded)
public ProjectionDef(RenderingDef _renderingDef, ProjectionAxis _axis, ProjectionType _type, java.lang.Boolean _active)
@DocumentId public java.lang.Long getId()
public void setId(java.lang.Long id)
IObject
public java.lang.Integer getVersion()
getVersion
in interface IMutable
public void setVersion(java.lang.Integer version)
IMutable
setVersion
in interface IMutable
version
- Value for this objects version.public RenderingDef getRenderingDef()
public void setRenderingDef(RenderingDef renderingDef)
public ProjectionAxis getAxis()
public void setAxis(ProjectionAxis axis)
public ProjectionType getType()
public void setType(ProjectionType type)
public java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getStartPlane()
public void setStartPlane(java.lang.Integer startPlane)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getEndPlane()
public void setEndPlane(java.lang.Integer endPlane)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getStepping()
public void setStepping(java.lang.Integer stepping)
public Details getDetails()
Details
type.getDetails
in interface IObject
protected void setDetails(Details details)
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the ProjectionDef.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public ProjectionDef newInstance()
public ProjectionDef proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<java.lang.String> fields()
IObject
public java.lang.Object retrieve(java.lang.String field)
IObject
field
which match a field of this instance will be delegated to the accessors.
Otherwise, values will be retrieved from a lazy-loaded map filled by
calls to IObject.putAt(String, Object)
public void putAt(java.lang.String field, java.lang.Object value)
IObject
field
which
match a field of this instance will be delegated to the accessors.
Otherwise, values will be stored in a lazy-loaded map.public boolean isLoaded()
IObject
protected void errorIfUnloaded()
public void unload()
IObject
public final GraphHolder getGraphHolder()
IObject
GraphHolder
for this entity. If the GraphHolder has
not been actively set, a new one will be instatiated.getGraphHolder
in interface IObject
protected void throwNullCollectionException(java.lang.String propertyName)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.