|
||||||||||
| 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.Array.impl.ZoneDefectImpl
public class ZoneDefectImpl
Stores the defect information for a zone.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected OntologyEntry |
defectType
DOCUMENT ME |
protected java.lang.Long |
defectTypeId
The internal ID of the associated defectType object. |
protected PositionDelta |
positionDelta
DOCUMENT ME |
protected java.lang.Long |
positionDeltaId
The internal ID of the associated positionDelta object. |
protected Zone |
zone
DOCUMENT ME |
protected java.lang.Long |
zoneId
The internal ID of the associated zone object. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
ZoneDefectImpl()
Default constructor |
|
| Method Summary | |
|---|---|
OntologyEntry |
getDefectType()
Returns the value of this ZoneDefect object's defectType attribute. |
PositionDelta |
getPositionDelta()
Returns the value of this ZoneDefect object's positionDelta attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
Zone |
getZone()
Returns the value of this ZoneDefect object's zone attribute. |
protected void |
init()
|
ZoneDefect[] |
searchZoneDefects(ZoneDefectSearchCriteria criteria)
Returns an array of ZoneDefect objects that
satisfy the given ZoneDefectSearchCriteria. |
void |
setDefectType(OntologyEntry p_defectType)
Sets the defectType attribute. |
void |
setPositionDelta(PositionDelta p_positionDelta)
Sets the positionDelta attribute. |
void |
setZone(Zone p_zone)
Sets the zone 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 Zone zone
protected java.lang.Long zoneId
protected OntologyEntry defectType
protected java.lang.Long defectTypeId
protected PositionDelta positionDelta
protected java.lang.Long positionDeltaId
| Constructor Detail |
|---|
public ZoneDefectImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public ZoneDefect[] searchZoneDefects(ZoneDefectSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ZoneDefect objects that
satisfy the given ZoneDefectSearchCriteria.
criteria - The ZoneDefectSearchCriteria
which represents a query for ZoneDefect objects.
ZoneDefect objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setZone(Zone p_zone)
ZoneDefect object.
setZone in interface ZoneDefectp_zone - The new value for zone.ZoneDefect.getZone()public Zone getZone()
ZoneDefectZoneDefect object's zone attribute.
getZone in interface ZoneDefectgov.nih.nci.mageom.bean.ArrayDesign.Zone The value of zone.ZoneDefect.getZone()public void setDefectType(OntologyEntry p_defectType)
ZoneDefect object.
setDefectType in interface ZoneDefectp_defectType - The new value for defectType.ZoneDefect.getDefectType()public OntologyEntry getDefectType()
ZoneDefectZoneDefect object's defectType attribute.
getDefectType in interface ZoneDefectgov.nih.nci.mageom.bean.Description.OntologyEntry The value of defectType.ZoneDefect.getDefectType()public void setPositionDelta(PositionDelta p_positionDelta)
ZoneDefect object.
setPositionDelta in interface ZoneDefectp_positionDelta - The new value for positionDelta.ZoneDefect.getPositionDelta()public PositionDelta getPositionDelta()
ZoneDefectZoneDefect object's positionDelta attribute.
getPositionDelta in interface ZoneDefectgov.nih.nci.mageom.bean.Array.PositionDelta The value of positionDelta.ZoneDefect.getPositionDelta()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 | |||||||||