|
||||||||||
| 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.FeatureDefectImpl
public class FeatureDefectImpl
Stores the defect information for a feature.
| 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 Feature |
feature
DOCUMENT ME |
protected java.lang.Long |
featureId
The internal ID of the associated feature object. |
protected PositionDelta |
positionDelta
DOCUMENT ME |
protected java.lang.Long |
positionDeltaId
The internal ID of the associated positionDelta object. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
FeatureDefectImpl()
Default constructor |
|
| Method Summary | |
|---|---|
OntologyEntry |
getDefectType()
Returns the value of this FeatureDefect object's defectType attribute. |
Feature |
getFeature()
Returns the value of this FeatureDefect object's feature attribute. |
PositionDelta |
getPositionDelta()
Returns the value of this FeatureDefect object's positionDelta attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
FeatureDefect[] |
searchFeatureDefects(FeatureDefectSearchCriteria criteria)
Returns an array of FeatureDefect objects that
satisfy the given FeatureDefectSearchCriteria. |
void |
setDefectType(OntologyEntry p_defectType)
Sets the defectType attribute. |
void |
setFeature(Feature p_feature)
Sets the feature attribute. |
void |
setPositionDelta(PositionDelta p_positionDelta)
Sets the positionDelta 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 PositionDelta positionDelta
protected java.lang.Long positionDeltaId
protected Feature feature
protected java.lang.Long featureId
protected OntologyEntry defectType
protected java.lang.Long defectTypeId
| Constructor Detail |
|---|
public FeatureDefectImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public FeatureDefect[] searchFeatureDefects(FeatureDefectSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
FeatureDefect objects that
satisfy the given FeatureDefectSearchCriteria.
criteria - The FeatureDefectSearchCriteria
which represents a query for FeatureDefect objects.
FeatureDefect objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setPositionDelta(PositionDelta p_positionDelta)
FeatureDefect object.
setPositionDelta in interface FeatureDefectp_positionDelta - The new value for positionDelta.FeatureDefect.getPositionDelta()public PositionDelta getPositionDelta()
FeatureDefectFeatureDefect object's positionDelta attribute.
getPositionDelta in interface FeatureDefectgov.nih.nci.mageom.bean.Array.PositionDelta The value of positionDelta.FeatureDefect.getPositionDelta()public void setFeature(Feature p_feature)
FeatureDefect object.
setFeature in interface FeatureDefectp_feature - The new value for feature.FeatureDefect.getFeature()public Feature getFeature()
FeatureDefectFeatureDefect object's feature attribute.
getFeature in interface FeatureDefectgov.nih.nci.mageom.bean.DesignElement.Feature The value of feature.FeatureDefect.getFeature()public void setDefectType(OntologyEntry p_defectType)
FeatureDefect object.
setDefectType in interface FeatureDefectp_defectType - The new value for defectType.FeatureDefect.getDefectType()public OntologyEntry getDefectType()
FeatureDefectFeatureDefect object's defectType attribute.
getDefectType in interface FeatureDefectgov.nih.nci.mageom.bean.Description.OntologyEntry The value of defectType.FeatureDefect.getDefectType()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 | |||||||||