@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class AffineTransform extends Object implements Serializable, IObject, IMutable
Modifier and Type | Class and Description |
---|---|
static class |
AffineTransform.Details |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Double |
a00 |
static String |
A00 |
protected Double |
a01 |
static String |
A01 |
protected Double |
a02 |
static String |
A02 |
protected Double |
a10 |
static String |
A10 |
protected Double |
a11 |
static String |
A11 |
protected Double |
a12 |
static String |
A12 |
protected Details |
details |
static String |
DETAILS |
static String |
EVENT_FILTER |
static Set<String> |
FIELDS |
static String |
GROUP_FILTER |
protected Long |
id |
static String |
ID |
static String |
OWNER_FILTER |
static String |
PERMS_FILTER |
protected Integer |
version |
static String |
VERSION |
Modifier | Constructor and Description |
---|---|
|
AffineTransform() |
|
AffineTransform(Double _a00,
Double _a10,
Double _a01,
Double _a11,
Double _a02,
Double _a12) |
protected |
AffineTransform(Long id) |
|
AffineTransform(Long id,
boolean loaded)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
protected void |
errorIfUnloaded() |
Set<String> |
fields()
returns a Set of field names that belong to this class
|
Double |
getA00()
Simple field ome.model.roi.AffineTransform.a00 (java.lang.Double)
|
Double |
getA01()
Simple field ome.model.roi.AffineTransform.a01 (java.lang.Double)
|
Double |
getA02()
Simple field ome.model.roi.AffineTransform.a02 (java.lang.Double)
|
Double |
getA10()
Simple field ome.model.roi.AffineTransform.a10 (java.lang.Double)
|
Double |
getA11()
Simple field ome.model.roi.AffineTransform.a11 (java.lang.Double)
|
Double |
getA12()
Simple field ome.model.roi.AffineTransform.a12 (java.lang.Double)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
Long |
getId()
The DB unique identifier for this object.
|
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() |
AffineTransform |
newInstance() |
AffineTransform |
proxy() |
void |
putAt(String field,
Object value)
stores a value in this instance.
|
Object |
retrieve(String field)
retrieves a value from this instance.
|
void |
setA00(Double a00) |
void |
setA01(Double a01) |
void |
setA02(Double a02) |
void |
setA10(Double a10) |
void |
setA11(Double a11) |
void |
setA12(Double a12) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the AffineTransform.Details instance instead. |
void |
setId(Long id)
usually unneeded.
|
void |
setVersion(Integer version)
use with caution.
|
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. |
public static final String OWNER_FILTER
public static final String GROUP_FILTER
public static final String EVENT_FILTER
public static final String PERMS_FILTER
public static final String ID
protected Long id
public static final String VERSION
protected Integer version
protected Double a00
protected Double a10
protected Double a01
protected Double a11
protected Double a02
protected Double a12
protected Details details
public static final String A00
public static final String A10
public static final String A01
public static final String A11
public static final String A02
public static final String A12
public static final String DETAILS
protected boolean _loaded
public AffineTransform()
protected AffineTransform(Long id)
public AffineTransform(Long id, boolean loaded)
@DocumentId public Long getId()
public void setId(Long id)
IObject
public Integer getVersion()
getVersion
in interface IMutable
public void setVersion(Integer version)
IMutable
setVersion
in interface IMutable
version
- Value for this objects version.@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getA00()
public void setA00(Double a00)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getA10()
public void setA10(Double a10)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getA01()
public void setA01(Double a01)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getA11()
public void setA11(Double a11)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getA02()
public void setA02(Double a02)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Double getA12()
public void setA12(Double a12)
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 AffineTransform.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public AffineTransform newInstance()
public AffineTransform proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public Set<String> fields()
IObject
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)
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.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(String propertyName)
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.