@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class DBPatch extends Object implements Serializable, IObject, IGlobal
Modifier and Type | Class and Description |
---|---|
static class |
DBPatch.Details |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
_dynamicFields |
protected boolean |
_loaded |
protected Integer |
currentPatch |
static String |
CURRENTPATCH |
protected String |
currentVersion |
static String |
CURRENTVERSION |
protected Details |
details |
static String |
DETAILS |
static Set<String> |
FIELDS |
protected Timestamp |
finished |
static String |
FINISHED |
protected Long |
id |
static String |
ID |
protected String |
message |
static String |
MESSAGE |
protected Integer |
previousPatch |
static String |
PREVIOUSPATCH |
protected String |
previousVersion |
static String |
PREVIOUSVERSION |
Modifier | Constructor and Description |
---|---|
|
DBPatch() |
protected |
DBPatch(Long id) |
|
DBPatch(Long id,
boolean loaded)
Main constructor.
|
|
DBPatch(String _currentVersion,
Integer _currentPatch,
String _previousVersion,
Integer _previousPatch) |
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
|
Integer |
getCurrentPatch()
Simple field ome.model.meta.DBPatch.currentPatch (java.lang.Integer)
|
String |
getCurrentVersion()
Simple field ome.model.meta.DBPatch.currentVersion (java.lang.String)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
Timestamp |
getFinished()
Simple field ome.model.meta.DBPatch.finished (java.sql.Timestamp)
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
Long |
getId()
The DB unique identifier for this object.
|
String |
getMessage()
Simple field ome.model.meta.DBPatch.message (java.lang.String)
|
Integer |
getPreviousPatch()
Simple field ome.model.meta.DBPatch.previousPatch (java.lang.Integer)
|
String |
getPreviousVersion()
Simple field ome.model.meta.DBPatch.previousVersion (java.lang.String)
|
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() |
DBPatch |
newInstance() |
DBPatch |
proxy() |
void |
putAt(String field,
Object value)
stores a value in this instance.
|
Object |
retrieve(String field)
retrieves a value from this instance.
|
void |
setCurrentPatch(Integer currentPatch) |
void |
setCurrentVersion(String currentVersion) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the DBPatch.Details instance instead. |
void |
setFinished(Timestamp finished) |
void |
setId(Long id)
usually unneeded.
|
void |
setMessage(String message) |
void |
setPreviousPatch(Integer previousPatch) |
void |
setPreviousVersion(String previousVersion) |
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 ID
protected Long id
protected String currentVersion
protected Integer currentPatch
protected String previousVersion
protected Integer previousPatch
protected Timestamp finished
protected String message
protected Details details
public static final String CURRENTVERSION
public static final String CURRENTPATCH
public static final String PREVIOUSVERSION
public static final String PREVIOUSPATCH
public static final String FINISHED
public static final String MESSAGE
public static final String DETAILS
protected boolean _loaded
public DBPatch()
protected DBPatch(Long id)
public DBPatch(Long id, boolean loaded)
@DocumentId public Long getId()
public void setId(Long id)
IObject
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public String getCurrentVersion()
public void setCurrentVersion(String currentVersion)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Integer getCurrentPatch()
public void setCurrentPatch(Integer currentPatch)
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public String getPreviousVersion()
public void setPreviousVersion(String previousVersion)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Integer getPreviousPatch()
public void setPreviousPatch(Integer previousPatch)
@DateBridge(resolution=MINUTE) @Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public Timestamp getFinished()
public void setFinished(Timestamp finished)
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public String getMessage()
public void setMessage(String message)
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 DBPatch.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public DBPatch newInstance()
public DBPatch 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.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.