Package ome.model.display
Class ContrastStretchingContext
- java.lang.Object
-
- ome.model.display.CodomainMapContext
-
- ome.model.display.ContrastStretchingContext
-
- All Implemented Interfaces:
java.io.Serializable,IMutable,IObject,Filterable
@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- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ome.model.display.CodomainMapContext
CodomainMapContext.Details
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_FILTERstatic java.util.Set<java.lang.String>FIELDSstatic java.lang.StringGROUP_FILTERstatic java.lang.StringOWNER_FILTERstatic java.lang.StringPERMS_FILTERprotected java.lang.Integerxendstatic java.lang.StringXENDprotected java.lang.Integerxstartstatic java.lang.StringXSTARTprotected java.lang.Integeryendstatic java.lang.StringYENDprotected java.lang.Integerystartstatic java.lang.StringYSTART-
Fields inherited from class ome.model.display.CodomainMapContext
_dynamicFields, _loaded, channelBinding, CHANNELBINDING, details, DETAILS, id, ID, version, VERSION
-
-
Constructor Summary
Constructors Modifier Constructor Description ContrastStretchingContext()ContrastStretchingContext(java.lang.Integer _xstart, java.lang.Integer _ystart, java.lang.Integer _xend, java.lang.Integer _yend)protectedContrastStretchingContext(java.lang.Long id)ContrastStretchingContext(java.lang.Long id, boolean loaded)Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptFilter(Filter __filter)java.util.Set<java.lang.String>fields()returns a Set of field names that belong to this classjava.lang.IntegergetXend()Simple field ome.model.display.ContrastStretchingContext.xend (java.lang.Integer)java.lang.IntegergetXstart()Simple field ome.model.display.ContrastStretchingContext.xstart (java.lang.Integer)java.lang.IntegergetYend()Simple field ome.model.display.ContrastStretchingContext.yend (java.lang.Integer)java.lang.IntegergetYstart()Simple field ome.model.display.ContrastStretchingContext.ystart (java.lang.Integer)booleanisValid()calls the class-specific validator for this instance and returns the value fromValidation.isValid()ContrastStretchingContextnewInstance()ContrastStretchingContextproxy()voidputAt(java.lang.String field, java.lang.Object value)stores a value in this instance.java.lang.Objectretrieve(java.lang.String field)retrieves a value from this instance.voidsetXend(java.lang.Integer xend)voidsetXstart(java.lang.Integer xstart)voidsetYend(java.lang.Integer yend)voidsetYstart(java.lang.Integer ystart)protected voidthrowNullCollectionException(java.lang.String propertyName)java.lang.StringtoString()voidunload()set the loaded field to false, and set all non-ID fields to null.Validationvalidate()calls the class-specific validator for this instance and returns theValidationobject.-
Methods inherited from class ome.model.display.CodomainMapContext
errorIfUnloaded, getChannelBinding, getDetails, getGraphHolder, getId, getVersion, isLoaded, setChannelBinding, setDetails, setId, setVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ome.model.IMutable
getVersion, setVersion
-
Methods inherited from interface ome.model.IObject
getDetails, getGraphHolder, getId, isLoaded, setId
-
-
-
-
Field Detail
-
OWNER_FILTER
public static final java.lang.String OWNER_FILTER
- See Also:
- Constant Field Values
-
GROUP_FILTER
public static final java.lang.String GROUP_FILTER
- See Also:
- Constant Field Values
-
EVENT_FILTER
public static final java.lang.String EVENT_FILTER
- See Also:
- Constant Field Values
-
PERMS_FILTER
public static final java.lang.String PERMS_FILTER
- See Also:
- Constant Field Values
-
xstart
protected java.lang.Integer xstart
-
ystart
protected java.lang.Integer ystart
-
xend
protected java.lang.Integer xend
-
yend
protected java.lang.Integer yend
-
XSTART
public static final java.lang.String XSTART
- See Also:
- Constant Field Values
-
YSTART
public static final java.lang.String YSTART
- See Also:
- Constant Field Values
-
XEND
public static final java.lang.String XEND
- See Also:
- Constant Field Values
-
YEND
public static final java.lang.String YEND
- See Also:
- Constant Field Values
-
FIELDS
public static final java.util.Set<java.lang.String> FIELDS
-
-
Constructor Detail
-
ContrastStretchingContext
public ContrastStretchingContext()
-
ContrastStretchingContext
protected ContrastStretchingContext(java.lang.Long id)
-
ContrastStretchingContext
public ContrastStretchingContext(java.lang.Long id, boolean loaded)Main constructor.
-
ContrastStretchingContext
public ContrastStretchingContext(java.lang.Integer _xstart, java.lang.Integer _ystart, java.lang.Integer _xend, java.lang.Integer _yend)
-
-
Method Detail
-
getXstart
@Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields") public java.lang.Integer getXstart()
Simple field ome.model.display.ContrastStretchingContext.xstart (java.lang.Integer)
-
setXstart
public void setXstart(java.lang.Integer xstart)
-
getYstart
@Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields") public java.lang.Integer getYstart()
Simple field ome.model.display.ContrastStretchingContext.ystart (java.lang.Integer)
-
setYstart
public void setYstart(java.lang.Integer ystart)
-
getXend
@Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields") public java.lang.Integer getXend()
Simple field ome.model.display.ContrastStretchingContext.xend (java.lang.Integer)
-
setXend
public void setXend(java.lang.Integer xend)
-
getYend
@Field(index=UN_TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields") public java.lang.Integer getYend()
Simple field ome.model.display.ContrastStretchingContext.yend (java.lang.Integer)
-
setYend
public void setYend(java.lang.Integer yend)
-
isValid
public boolean isValid()
Description copied from interface:IObjectcalls the class-specific validator for this instance and returns the value fromValidation.isValid()- Specified by:
isValidin interfaceIObject- Overrides:
isValidin classCodomainMapContext
-
validate
public Validation validate()
Description copied from interface:IObjectcalls the class-specific validator for this instance and returns theValidationobject.- Specified by:
validatein interfaceIObject- Overrides:
validatein classCodomainMapContext- Returns:
- Validation collecting parameter.
-
newInstance
public ContrastStretchingContext newInstance()
-
proxy
public ContrastStretchingContext proxy()
-
acceptFilter
public boolean acceptFilter(Filter __filter)
- Specified by:
acceptFilterin interfaceFilterable- Overrides:
acceptFilterin classCodomainMapContext
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCodomainMapContext
-
fields
public java.util.Set<java.lang.String> fields()
Description copied from interface:IObjectreturns a Set of field names that belong to this class- Specified by:
fieldsin interfaceIObject- Overrides:
fieldsin classCodomainMapContext
-
retrieve
public java.lang.Object retrieve(java.lang.String field)
Description copied from interface:IObjectretrieves a value from this instance. Values forfieldwhich 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 toIObject.putAt(String, Object)- Specified by:
retrievein interfaceIObject- Overrides:
retrievein classCodomainMapContext
-
putAt
public void putAt(java.lang.String field, java.lang.Object value)Description copied from interface:IObjectstores a value in this instance. Values forfieldwhich match a field of this instance will be delegated to the accessors. Otherwise, values will be stored in a lazy-loaded map.- Specified by:
putAtin interfaceIObject- Overrides:
putAtin classCodomainMapContext- Parameters:
field- Field namevalue- Any object to be stored.
-
unload
public void unload()
Description copied from interface:IObjectset the loaded field to false, and set all non-ID fields to null. Subsequent calls to all accessors other than getId/setId will throw an ApiUsageException- Specified by:
unloadin interfaceIObject- Overrides:
unloadin classCodomainMapContext
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName)
- Overrides:
throwNullCollectionExceptionin classCodomainMapContext
-
-