@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class DoubleAnnotation extends NumericAnnotation implements java.io.Serializable, IObject, IMutable
Annotation.Details
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.lang.Double |
doubleValue |
static java.lang.String |
DOUBLEVALUE |
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 |
_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
修飾子 | コンストラクタと説明 |
---|---|
|
DoubleAnnotation() |
protected |
DoubleAnnotation(java.lang.Long id) |
|
DoubleAnnotation(java.lang.Long id,
boolean loaded)
Main constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
acceptFilter(Filter __filter) |
java.util.Set<java.lang.String> |
fields()
returns a Set of field names that belong to this class
|
java.lang.Double |
getDoubleValue()
Simple field ome.model.annotations.DoubleAnnotation.doubleValue (java.lang.Double)
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
DoubleAnnotation |
newInstance() |
DoubleAnnotation |
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 |
setDoubleValue(java.lang.Double doubleValue) |
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. |
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
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.Double doubleValue
public static final java.lang.String DOUBLEVALUE
public static final java.util.Set<java.lang.String> FIELDS
public DoubleAnnotation()
protected DoubleAnnotation(java.lang.Long id)
public DoubleAnnotation(java.lang.Long id, boolean loaded)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Double getDoubleValue()
public void setDoubleValue(java.lang.Double doubleValue)
public boolean isValid()
IObject
Validation.isValid()
isValid
インタフェース内 IObject
isValid
クラス内 NumericAnnotation
public Validation validate()
IObject
Validation
object.validate
インタフェース内 IObject
validate
クラス内 NumericAnnotation
public DoubleAnnotation newInstance()
public DoubleAnnotation proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
インタフェース内 Filterable
acceptFilter
クラス内 NumericAnnotation
public java.lang.String toString()
toString
クラス内 NumericAnnotation
public java.util.Set<java.lang.String> fields()
IObject
fields
インタフェース内 IObject
fields
クラス内 NumericAnnotation
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
インタフェース内 IObject
retrieve
クラス内 NumericAnnotation
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
インタフェース内 IObject
putAt
クラス内 NumericAnnotation
field
- Field namevalue
- Any object to be stored.public void unload()
IObject
unload
インタフェース内 IObject
unload
クラス内 NumericAnnotation
protected void throwNullCollectionException(java.lang.String propertyName)
throwNullCollectionException
クラス内 NumericAnnotation