|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.impl.DescribableImpl
gov.nih.nci.mageom.domain.Array.impl.FiducialImpl
public class FiducialImpl
A marking on the surface of the array that can be used to identify the array's origin, the coordinates of which are the fiducial's centroid.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected DistanceUnit |
distanceUnit
DOCUMENT ME |
protected java.lang.Long |
distanceUnitId
The internal ID of the associated distanceUnit object. |
protected OntologyEntry |
fiducialType
DOCUMENT ME |
protected java.lang.Long |
fiducialTypeId
The internal ID of the associated fiducialType object. |
protected Position |
position
DOCUMENT ME |
protected java.lang.Long |
positionId
The internal ID of the associated position object. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
auditTrail, auditTrailCount, descriptions, descriptionsCount, security, securityId |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
FiducialImpl()
Default constructor |
|
| Method Summary | |
|---|---|
DistanceUnit |
getDistanceUnit()
Returns the value of this Fiducial object's distanceUnit attribute. |
OntologyEntry |
getFiducialType()
Returns the value of this Fiducial object's fiducialType attribute. |
Position |
getPosition()
Returns the value of this Fiducial object's position attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
Fiducial[] |
searchFiducials(FiducialSearchCriteria criteria)
Returns an array of Fiducial objects that
satisfy the given FiducialSearchCriteria. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
void |
setFiducialType(OntologyEntry p_fiducialType)
Sets the fiducialType attribute. |
void |
setPosition(Position p_position)
Sets the position attribute. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
getAuditTrail, getAuditTrailCount, getDescriptions, getDescriptionsCount, getSecurity, searchDescribables, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected DistanceUnit distanceUnit
protected java.lang.Long distanceUnitId
protected OntologyEntry fiducialType
protected java.lang.Long fiducialTypeId
protected Position position
protected java.lang.Long positionId
| Constructor Detail |
|---|
public FiducialImpl()
| Method Detail |
|---|
protected void init()
init in class DescribableImpl
public Fiducial[] searchFiducials(FiducialSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
Fiducial objects that
satisfy the given FiducialSearchCriteria.
criteria - The FiducialSearchCriteria
which represents a query for Fiducial objects.
Fiducial objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setDistanceUnit(DistanceUnit p_distanceUnit)
Fiducial object.
setDistanceUnit in interface Fiducialp_distanceUnit - The new value for distanceUnit.Fiducial.getDistanceUnit()public DistanceUnit getDistanceUnit()
FiducialFiducial object's distanceUnit attribute.
getDistanceUnit in interface Fiducialgov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.Fiducial.getDistanceUnit()public void setFiducialType(OntologyEntry p_fiducialType)
Fiducial object.
setFiducialType in interface Fiducialp_fiducialType - The new value for fiducialType.Fiducial.getFiducialType()public OntologyEntry getFiducialType()
FiducialFiducial object's fiducialType attribute.
getFiducialType in interface Fiducialgov.nih.nci.mageom.bean.Description.OntologyEntry The value of fiducialType.Fiducial.getFiducialType()public void setPosition(Position p_position)
Fiducial object.
setPosition in interface Fiducialp_position - The new value for position.Fiducial.getPosition()public Position getPosition()
FiducialFiducial object's position attribute.
getPosition in interface Fiducialgov.nih.nci.mageom.bean.DesignElement.Position The value of position.Fiducial.getPosition()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class DescribableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class DescribableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class DescribableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class DescribableImplpublic java.lang.String toString()
toString in class DescribableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||