|
||||||||||
| 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.impl.IdentifiableImpl
gov.nih.nci.mageom.domain.ArrayDesign.impl.ZoneImpl
public class ZoneImpl
Specifies the location of a zone on an array.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected java.lang.Integer |
column
column position in the ZoneGroup. |
protected DistanceUnit |
distanceUnit
DOCUMENT ME |
protected java.lang.Long |
distanceUnitId
The internal ID of the associated distanceUnit object. |
protected java.lang.Float |
lowerRightX
Boundary vertical lower right position relative to (0,0). |
protected java.lang.Float |
lowerRightY
Boundary horizontal lower right position relative to (0,0). |
protected java.lang.Integer |
row
row position in the ZoneGroup |
protected java.lang.Float |
upperLeftX
Boundary vertical upper left position relative to (0,0). |
protected java.lang.Float |
upperLeftY
Boundary horizontal upper left position relative to (0,0). |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.IdentifiableImpl |
|---|
identifier, name |
| 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 | |
|---|---|
ZoneImpl()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getColumn()
Returns the value of this Zone object's column attribute. |
DistanceUnit |
getDistanceUnit()
Returns the value of this Zone object's distanceUnit attribute. |
java.lang.Float |
getLowerRightX()
Returns the value of this Zone object's lowerRightX attribute. |
java.lang.Float |
getLowerRightY()
Returns the value of this Zone object's lowerRightY attribute. |
java.lang.Integer |
getRow()
Returns the value of this Zone object's row attribute. |
java.lang.Float |
getUpperLeftX()
Returns the value of this Zone object's upperLeftX attribute. |
java.lang.Float |
getUpperLeftY()
Returns the value of this Zone object's upperLeftY attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
Zone[] |
searchZones(ZoneSearchCriteria criteria)
Returns an array of Zone objects that
satisfy the given ZoneSearchCriteria. |
void |
setColumn(java.lang.Integer p_column)
Sets the column attribute. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
void |
setLowerRightX(java.lang.Float p_lowerRightX)
Sets the lowerRightX attribute. |
void |
setLowerRightY(java.lang.Float p_lowerRightY)
Sets the lowerRightY attribute. |
void |
setRow(java.lang.Integer p_row)
Sets the row attribute. |
void |
setUpperLeftX(java.lang.Float p_upperLeftX)
Sets the upperLeftX attribute. |
void |
setUpperLeftY(java.lang.Float p_upperLeftY)
Sets the upperLeftY 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.IdentifiableImpl |
|---|
getIdentifier, getName, searchIdentifiables, setIdentifier, setName |
| 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.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| 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 java.lang.Integer row
protected java.lang.Integer column
protected java.lang.Float upperLeftX
protected java.lang.Float upperLeftY
protected java.lang.Float lowerRightX
protected java.lang.Float lowerRightY
protected DistanceUnit distanceUnit
protected java.lang.Long distanceUnitId
| Constructor Detail |
|---|
public ZoneImpl()
| Method Detail |
|---|
protected void init()
init in class IdentifiableImpl
public Zone[] searchZones(ZoneSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
Zone objects that
satisfy the given ZoneSearchCriteria.
criteria - The ZoneSearchCriteria
which represents a query for Zone objects.
Zone objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setRow(java.lang.Integer p_row)
Zone object.
setRow in interface Zonep_row - The new value for row.Zone.getRow()public java.lang.Integer getRow()
ZoneZone object's row attribute.
Description of row:
row position in the ZoneGroup
getRow in interface Zoneint The value of row.Zone.getRow()public void setColumn(java.lang.Integer p_column)
Zone object.
setColumn in interface Zonep_column - The new value for column.Zone.getColumn()public java.lang.Integer getColumn()
ZoneZone object's column attribute.
Description of column:
column position in the ZoneGroup.
getColumn in interface Zoneint The value of column.Zone.getColumn()public void setUpperLeftX(java.lang.Float p_upperLeftX)
Zone object.
setUpperLeftX in interface Zonep_upperLeftX - The new value for upperLeftX.Zone.getUpperLeftX()public java.lang.Float getUpperLeftX()
ZoneZone object's upperLeftX attribute.
Description of upperLeftX:
Boundary vertical upper left position relative to (0,0).
getUpperLeftX in interface Zonefloat The value of upperLeftX.Zone.getUpperLeftX()public void setUpperLeftY(java.lang.Float p_upperLeftY)
Zone object.
setUpperLeftY in interface Zonep_upperLeftY - The new value for upperLeftY.Zone.getUpperLeftY()public java.lang.Float getUpperLeftY()
ZoneZone object's upperLeftY attribute.
Description of upperLeftY:
Boundary horizontal upper left position relative to (0,0).
getUpperLeftY in interface Zonefloat The value of upperLeftY.Zone.getUpperLeftY()public void setLowerRightX(java.lang.Float p_lowerRightX)
Zone object.
setLowerRightX in interface Zonep_lowerRightX - The new value for lowerRightX.Zone.getLowerRightX()public java.lang.Float getLowerRightX()
ZoneZone object's lowerRightX attribute.
Description of lowerRightX:
Boundary vertical lower right position relative to (0,0).
getLowerRightX in interface Zonefloat The value of lowerRightX.Zone.getLowerRightX()public void setLowerRightY(java.lang.Float p_lowerRightY)
Zone object.
setLowerRightY in interface Zonep_lowerRightY - The new value for lowerRightY.Zone.getLowerRightY()public java.lang.Float getLowerRightY()
ZoneZone object's lowerRightY attribute.
Description of lowerRightY:
Boundary horizontal lower right position relative to (0,0).
getLowerRightY in interface Zonefloat The value of lowerRightY.Zone.getLowerRightY()public void setDistanceUnit(DistanceUnit p_distanceUnit)
Zone object.
setDistanceUnit in interface Zonep_distanceUnit - The new value for distanceUnit.Zone.getDistanceUnit()public DistanceUnit getDistanceUnit()
ZoneZone object's distanceUnit attribute.
getDistanceUnit in interface Zonegov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.Zone.getDistanceUnit()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class IdentifiableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class IdentifiableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class IdentifiableImpldoc - 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 IdentifiableImplpublic java.lang.String toString()
toString in class IdentifiableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||