@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class PlaneSlicingContext extends CodomainMapContext implements Serializable, IObject, IMutable
CodomainMapContext.Details
Modifier and Type | Field and Description |
---|---|
protected Boolean |
constant |
static String |
CONSTANT |
static String |
EVENT_FILTER |
static Set<String> |
FIELDS |
static String |
GROUP_FILTER |
protected Integer |
lowerLimit |
static String |
LOWERLIMIT |
static String |
OWNER_FILTER |
static String |
PERMS_FILTER |
protected Integer |
planePrevious |
static String |
PLANEPREVIOUS |
protected Integer |
planeSelected |
static String |
PLANESELECTED |
protected Integer |
upperLimit |
static String |
UPPERLIMIT |
_dynamicFields, _loaded, channelBinding, CHANNELBINDING, details, DETAILS, id, ID, version, VERSION
Modifier | Constructor and Description |
---|---|
|
PlaneSlicingContext() |
|
PlaneSlicingContext(Integer _upperLimit,
Integer _lowerLimit,
Integer _planeSelected,
Integer _planePrevious,
Boolean _constant) |
protected |
PlaneSlicingContext(Long id) |
|
PlaneSlicingContext(Long id,
boolean loaded)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
Set<String> |
fields()
returns a Set of field names that belong to this class
|
Boolean |
getConstant()
Simple field ome.model.display.PlaneSlicingContext.constant (java.lang.Boolean)
|
Integer |
getLowerLimit()
Simple field ome.model.display.PlaneSlicingContext.lowerLimit (java.lang.Integer)
|
Integer |
getPlanePrevious()
Simple field ome.model.display.PlaneSlicingContext.planePrevious (java.lang.Integer)
|
Integer |
getPlaneSelected()
Simple field ome.model.display.PlaneSlicingContext.planeSelected (java.lang.Integer)
|
Integer |
getUpperLimit()
Simple field ome.model.display.PlaneSlicingContext.upperLimit (java.lang.Integer)
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
PlaneSlicingContext |
newInstance() |
PlaneSlicingContext |
proxy() |
void |
putAt(String field,
Object value)
stores a value in this instance.
|
Object |
retrieve(String field)
retrieves a value from this instance.
|
void |
setConstant(Boolean constant) |
void |
setLowerLimit(Integer lowerLimit) |
void |
setPlanePrevious(Integer planePrevious) |
void |
setPlaneSelected(Integer planeSelected) |
void |
setUpperLimit(Integer upperLimit) |
protected void |
throwNullCollectionException(String propertyName) |
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. |
errorIfUnloaded, getChannelBinding, getDetails, getGraphHolder, getId, getVersion, isLoaded, setChannelBinding, setDetails, setId, setVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersion, setVersion
getDetails, getGraphHolder, getId, isLoaded, setId
public static final String OWNER_FILTER
public static final String GROUP_FILTER
public static final String EVENT_FILTER
public static final String PERMS_FILTER
protected Integer upperLimit
protected Integer lowerLimit
protected Integer planeSelected
protected Integer planePrevious
protected Boolean constant
public static final String UPPERLIMIT
public static final String LOWERLIMIT
public static final String PLANESELECTED
public static final String PLANEPREVIOUS
public static final String CONSTANT
public PlaneSlicingContext()
protected PlaneSlicingContext(Long id)
public PlaneSlicingContext(Long id, boolean loaded)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Integer getUpperLimit()
public void setUpperLimit(Integer upperLimit)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Integer getLowerLimit()
public void setLowerLimit(Integer lowerLimit)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Integer getPlaneSelected()
public void setPlaneSelected(Integer planeSelected)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Integer getPlanePrevious()
public void setPlanePrevious(Integer planePrevious)
public Boolean getConstant()
public void setConstant(Boolean constant)
public boolean isValid()
IObject
Validation.isValid()
isValid
in interface IObject
isValid
in class CodomainMapContext
public Validation validate()
IObject
Validation
object.validate
in interface IObject
validate
in class CodomainMapContext
public PlaneSlicingContext newInstance()
public PlaneSlicingContext proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
acceptFilter
in class CodomainMapContext
public String toString()
toString
in class CodomainMapContext
public Set<String> fields()
IObject
fields
in interface IObject
fields
in class CodomainMapContext
public Object retrieve(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)
retrieve
in interface IObject
retrieve
in class CodomainMapContext
public void putAt(String field, 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.putAt
in interface IObject
putAt
in class CodomainMapContext
field
- Field namevalue
- Any object to be stored.public void unload()
IObject
unload
in interface IObject
unload
in class CodomainMapContext
protected void throwNullCollectionException(String propertyName)
throwNullCollectionException
in class CodomainMapContext
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.