Package ome.model.annotations
Class TimestampAnnotation
- java.lang.Object
-
- ome.model.annotations.Annotation
-
- ome.model.annotations.BasicAnnotation
-
- ome.model.annotations.TimestampAnnotation
-
- All Implemented Interfaces:
java.io.Serializable,IAnnotated,IMutable,IObject,Filterable
@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class TimestampAnnotation extends BasicAnnotation implements java.io.Serializable, IObject, IMutable- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ome.model.annotations.Annotation
Annotation.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.sql.TimestamptimeValuestatic java.lang.StringTIMEVALUE-
Fields inherited from class ome.model.annotations.Annotation
_dynamicFields, _loaded, annotationLinks, ANNOTATIONLINKS, ANNOTATIONLINKSCOUNTPEROWNER, description, DESCRIPTION, details, DETAILS, EVENT_FILTER_ANNOTATIONLINKS, GROUP_FILTER_ANNOTATIONLINKS, id, ID, name, NAME, ns, NS, OWNER_FILTER_ANNOTATIONLINKS, PERMS_FILTER_ANNOTATIONLINKS, version, VERSION
-
-
Constructor Summary
Constructors Modifier Constructor Description TimestampAnnotation()protectedTimestampAnnotation(java.lang.Long id)TimestampAnnotation(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.sql.TimestampgetTimeValue()Simple field ome.model.annotations.TimestampAnnotation.timeValue (java.sql.Timestamp)booleanisValid()calls the class-specific validator for this instance and returns the value fromValidation.isValid()TimestampAnnotationnewInstance()TimestampAnnotationproxy()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.voidsetTimeValue(java.sql.Timestamp timeValue)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.annotations.Annotation
addAnnotationAnnotationLink, addAnnotationAnnotationLink, addAnnotationAnnotationLinkSet, clearAnnotationLinks, collectAnnotationLinks, eachLinkedAnnotation, errorIfUnloaded, findAnnotationAnnotationLink, getAnnotationLinks, getAnnotationLinksCountPerOwner, getDescription, getDetails, getGraphHolder, getId, getName, getNs, getVersion, isLoaded, iterateAnnotationLinks, linkAnnotation, linkedAnnotationIterator, linkedAnnotationList, removeAnnotationAnnotationLink, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkSet, setAnnotationLinks, setAnnotationLinksCountPerOwner, setDescription, setDetails, setId, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unmodifiableAnnotationLinks
-
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
-
timeValue
protected java.sql.Timestamp timeValue
-
TIMEVALUE
public static final java.lang.String TIMEVALUE
- See Also:
- Constant Field Values
-
FIELDS
public static final java.util.Set<java.lang.String> FIELDS
-
-
Method Detail
-
getTimeValue
@DateBridge(resolution=MINUTE) @Fields(@Field(index=UN_TOKENIZED)) public java.sql.Timestamp getTimeValue()
Simple field ome.model.annotations.TimestampAnnotation.timeValue (java.sql.Timestamp)
-
setTimeValue
public void setTimeValue(java.sql.Timestamp timeValue)
-
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 classBasicAnnotation
-
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 classBasicAnnotation- Returns:
- Validation collecting parameter.
-
newInstance
public TimestampAnnotation newInstance()
-
proxy
public TimestampAnnotation proxy()
-
acceptFilter
public boolean acceptFilter(Filter __filter)
- Specified by:
acceptFilterin interfaceFilterable- Overrides:
acceptFilterin classBasicAnnotation
-
toString
public java.lang.String toString()
- Overrides:
toStringin classBasicAnnotation
-
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 classBasicAnnotation
-
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 classBasicAnnotation
-
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 classBasicAnnotation- 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 classBasicAnnotation
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName)
- Overrides:
throwNullCollectionExceptionin classBasicAnnotation
-
-