|
||||||||||
| 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.DesignElement.impl.FeatureLocationImpl
public class FeatureLocationImpl
Specifies where a feature is located relative to a grid.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected java.lang.Integer |
column
column position in the Zone. |
protected java.lang.Integer |
row
row position in the Zone |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
FeatureLocationImpl()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getColumn()
Returns the value of this FeatureLocation object's column attribute. |
java.lang.Integer |
getRow()
Returns the value of this FeatureLocation object's row attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
FeatureLocation[] |
searchFeatureLocations(FeatureLocationSearchCriteria criteria)
Returns an array of FeatureLocation objects that
satisfy the given FeatureLocationSearchCriteria. |
void |
setColumn(java.lang.Integer p_column)
Sets the column attribute. |
void |
setRow(java.lang.Integer p_row)
Sets the row 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.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.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
| Constructor Detail |
|---|
public FeatureLocationImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public FeatureLocation[] searchFeatureLocations(FeatureLocationSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
FeatureLocation objects that
satisfy the given FeatureLocationSearchCriteria.
criteria - The FeatureLocationSearchCriteria
which represents a query for FeatureLocation objects.
FeatureLocation 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)
FeatureLocation object.
setRow in interface FeatureLocationp_row - The new value for row.FeatureLocation.getRow()public java.lang.Integer getRow()
FeatureLocationFeatureLocation object's row attribute.
Description of row:
row position in the Zone
getRow in interface FeatureLocationint The value of row.FeatureLocation.getRow()public void setColumn(java.lang.Integer p_column)
FeatureLocation object.
setColumn in interface FeatureLocationp_column - The new value for column.FeatureLocation.getColumn()public java.lang.Integer getColumn()
FeatureLocationFeatureLocation object's column attribute.
Description of column:
column position in the Zone.
getColumn in interface FeatureLocationint The value of column.FeatureLocation.getColumn()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ExtendableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ExtendableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ExtendableImpldoc - 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 ExtendableImplpublic java.lang.String toString()
toString in class ExtendableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||