@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class ContrastStretchingContext extends CodomainMapContext implements java.io.Serializable, IObject, IMutable
CodomainMapContext.Details
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_FILTER |
static java.util.Set<java.lang.String> |
FIELDS |
static java.lang.String |
GROUP_FILTER |
static java.lang.String |
OWNER_FILTER |
static java.lang.String |
PERMS_FILTER |
protected java.lang.Integer |
xend |
static java.lang.String |
XEND |
protected java.lang.Integer |
xstart |
static java.lang.String |
XSTART |
protected java.lang.Integer |
yend |
static java.lang.String |
YEND |
protected java.lang.Integer |
ystart |
static java.lang.String |
YSTART |
_dynamicFields, _loaded, channelBinding, CHANNELBINDING, details, DETAILS, id, ID, version, VERSION
Modifier | Constructor and Description |
---|---|
|
ContrastStretchingContext() |
|
ContrastStretchingContext(java.lang.Integer _xstart,
java.lang.Integer _ystart,
java.lang.Integer _xend,
java.lang.Integer _yend) |
protected |
ContrastStretchingContext(java.lang.Long id) |
|
ContrastStretchingContext(java.lang.Long id,
boolean loaded)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
java.util.Set<java.lang.String> |
fields()
returns a Set of field names that belong to this class
|
java.lang.Integer |
getXend()
Simple field ome.model.display.ContrastStretchingContext.xend (java.lang.Integer)
|
java.lang.Integer |
getXstart()
Simple field ome.model.display.ContrastStretchingContext.xstart (java.lang.Integer)
|
java.lang.Integer |
getYend()
Simple field ome.model.display.ContrastStretchingContext.yend (java.lang.Integer)
|
java.lang.Integer |
getYstart()
Simple field ome.model.display.ContrastStretchingContext.ystart (java.lang.Integer)
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
ContrastStretchingContext |
newInstance() |
ContrastStretchingContext |
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 |
setXend(java.lang.Integer xend) |
void |
setXstart(java.lang.Integer xstart) |
void |
setYend(java.lang.Integer yend) |
void |
setYstart(java.lang.Integer ystart) |
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. |
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 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
protected java.lang.Integer xstart
protected java.lang.Integer ystart
protected java.lang.Integer xend
protected java.lang.Integer yend
public static final java.lang.String XSTART
public static final java.lang.String YSTART
public static final java.lang.String XEND
public static final java.lang.String YEND
public static final java.util.Set<java.lang.String> FIELDS
public ContrastStretchingContext()
protected ContrastStretchingContext(java.lang.Long id)
public ContrastStretchingContext(java.lang.Long id, boolean loaded)
public ContrastStretchingContext(java.lang.Integer _xstart, java.lang.Integer _ystart, java.lang.Integer _xend, java.lang.Integer _yend)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getXstart()
public void setXstart(java.lang.Integer xstart)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getYstart()
public void setYstart(java.lang.Integer ystart)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getXend()
public void setXend(java.lang.Integer xend)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getYend()
public void setYend(java.lang.Integer yend)
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 ContrastStretchingContext newInstance()
public ContrastStretchingContext proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
acceptFilter
in class CodomainMapContext
public java.lang.String toString()
toString
in class CodomainMapContext
public java.util.Set<java.lang.String> fields()
IObject
fields
in interface IObject
fields
in class CodomainMapContext
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)
retrieve
in interface IObject
retrieve
in class CodomainMapContext
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.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(java.lang.String propertyName)
throwNullCollectionException
in class CodomainMapContext
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.