|
||||||||||
| 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.ArrayDesign.impl.ZoneGroupImpl
public class ZoneGroupImpl
Specifies a repeating area on an array. This is useful for printing when the same pattern is repeated in a regular fashion.
| 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 java.lang.Float |
spacingsBetweenZonesX
Spacing between zones, if applicable. |
protected java.lang.Float |
spacingsBetweenZonesY
Spacing between zones, if applicable. |
protected ZoneLayout |
zoneLayout
DOCUMENT ME |
protected java.lang.Long |
zoneLayoutId
The internal ID of the associated zoneLayout object. |
protected Zone[] |
zoneLocations
DOCUMENT ME |
protected int |
zoneLocationsCount
The count of Zone objects. |
protected java.lang.Integer |
zonesPerX
The number of zones on the x-axis. |
protected java.lang.Integer |
zonesPerY
The number of zones on the y-axis. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
ZoneGroupImpl()
Default constructor |
|
| Method Summary | |
|---|---|
DistanceUnit |
getDistanceUnit()
Returns the value of this ZoneGroup object's distanceUnit attribute. |
java.lang.Float |
getSpacingsBetweenZonesX()
Returns the value of this ZoneGroup object's spacingsBetweenZonesX attribute. |
java.lang.Float |
getSpacingsBetweenZonesY()
Returns the value of this ZoneGroup object's spacingsBetweenZonesY attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
ZoneLayout |
getZoneLayout()
Returns the value of this ZoneGroup object's zoneLayout attribute. |
Zone[] |
getZoneLocations()
Returns the value of this ZoneGroup object's zoneLocations attribute. |
int |
getZoneLocationsCount()
Returns the count of all Zone
associated with this ZoneGroup object. |
java.lang.Integer |
getZonesPerX()
Returns the value of this ZoneGroup object's zonesPerX attribute. |
java.lang.Integer |
getZonesPerY()
Returns the value of this ZoneGroup object's zonesPerY attribute. |
protected void |
init()
|
ZoneGroup[] |
searchZoneGroups(ZoneGroupSearchCriteria criteria)
Returns an array of ZoneGroup objects that
satisfy the given ZoneGroupSearchCriteria. |
void |
setDistanceUnit(DistanceUnit p_distanceUnit)
Sets the distanceUnit attribute. |
void |
setSpacingsBetweenZonesX(java.lang.Float p_spacingsBetweenZonesX)
Sets the spacingsBetweenZonesX attribute. |
void |
setSpacingsBetweenZonesY(java.lang.Float p_spacingsBetweenZonesY)
Sets the spacingsBetweenZonesY attribute. |
void |
setZoneLayout(ZoneLayout p_zoneLayout)
Sets the zoneLayout attribute. |
void |
setZoneLocations(Zone[] p_zoneLocations)
Sets the zoneLocations attribute. |
void |
setZonesPerX(java.lang.Integer p_zonesPerX)
Sets the zonesPerX attribute. |
void |
setZonesPerY(java.lang.Integer p_zonesPerY)
Sets the zonesPerY 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.Float spacingsBetweenZonesX
protected java.lang.Float spacingsBetweenZonesY
protected java.lang.Integer zonesPerX
protected java.lang.Integer zonesPerY
protected int zoneLocationsCount
protected Zone[] zoneLocations
protected ZoneLayout zoneLayout
protected java.lang.Long zoneLayoutId
protected DistanceUnit distanceUnit
protected java.lang.Long distanceUnitId
| Constructor Detail |
|---|
public ZoneGroupImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public ZoneGroup[] searchZoneGroups(ZoneGroupSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ZoneGroup objects that
satisfy the given ZoneGroupSearchCriteria.
criteria - The ZoneGroupSearchCriteria
which represents a query for ZoneGroup objects.
ZoneGroup objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setSpacingsBetweenZonesX(java.lang.Float p_spacingsBetweenZonesX)
ZoneGroup object.
setSpacingsBetweenZonesX in interface ZoneGroupp_spacingsBetweenZonesX - The new value for spacingsBetweenZonesX.ZoneGroup.getSpacingsBetweenZonesX()public java.lang.Float getSpacingsBetweenZonesX()
ZoneGroupZoneGroup object's spacingsBetweenZonesX attribute.
Description of spacingsBetweenZonesX:
Spacing between zones, if applicable.
getSpacingsBetweenZonesX in interface ZoneGroupfloat The value of spacingsBetweenZonesX.ZoneGroup.getSpacingsBetweenZonesX()public void setSpacingsBetweenZonesY(java.lang.Float p_spacingsBetweenZonesY)
ZoneGroup object.
setSpacingsBetweenZonesY in interface ZoneGroupp_spacingsBetweenZonesY - The new value for spacingsBetweenZonesY.ZoneGroup.getSpacingsBetweenZonesY()public java.lang.Float getSpacingsBetweenZonesY()
ZoneGroupZoneGroup object's spacingsBetweenZonesY attribute.
Description of spacingsBetweenZonesY:
Spacing between zones, if applicable.
getSpacingsBetweenZonesY in interface ZoneGroupfloat The value of spacingsBetweenZonesY.ZoneGroup.getSpacingsBetweenZonesY()public void setZonesPerX(java.lang.Integer p_zonesPerX)
ZoneGroup object.
setZonesPerX in interface ZoneGroupp_zonesPerX - The new value for zonesPerX.ZoneGroup.getZonesPerX()public java.lang.Integer getZonesPerX()
ZoneGroupZoneGroup object's zonesPerX attribute.
Description of zonesPerX:
The number of zones on the x-axis.
getZonesPerX in interface ZoneGroupint The value of zonesPerX.ZoneGroup.getZonesPerX()public void setZonesPerY(java.lang.Integer p_zonesPerY)
ZoneGroup object.
setZonesPerY in interface ZoneGroupp_zonesPerY - The new value for zonesPerY.ZoneGroup.getZonesPerY()public java.lang.Integer getZonesPerY()
ZoneGroupZoneGroup object's zonesPerY attribute.
Description of zonesPerY:
The number of zones on the y-axis.
getZonesPerY in interface ZoneGroupint The value of zonesPerY.ZoneGroup.getZonesPerY()public void setZoneLocations(Zone[] p_zoneLocations)
ZoneGroup object.
setZoneLocations in interface ZoneGroupp_zoneLocations - The new value for zoneLocations.ZoneGroup.getZoneLocations()public Zone[] getZoneLocations()
ZoneGroupZoneGroup object's zoneLocations attribute.
getZoneLocations in interface ZoneGroupgov.nih.nci.mageom.bean.ArrayDesign.Zone[] The value of zoneLocations.ZoneGroup.getZoneLocations()public void setZoneLayout(ZoneLayout p_zoneLayout)
ZoneGroup object.
setZoneLayout in interface ZoneGroupp_zoneLayout - The new value for zoneLayout.ZoneGroup.getZoneLayout()public ZoneLayout getZoneLayout()
ZoneGroupZoneGroup object's zoneLayout attribute.
getZoneLayout in interface ZoneGroupgov.nih.nci.mageom.bean.ArrayDesign.ZoneLayout The value of zoneLayout.ZoneGroup.getZoneLayout()public void setDistanceUnit(DistanceUnit p_distanceUnit)
ZoneGroup object.
setDistanceUnit in interface ZoneGroupp_distanceUnit - The new value for distanceUnit.ZoneGroup.getDistanceUnit()public DistanceUnit getDistanceUnit()
ZoneGroupZoneGroup object's distanceUnit attribute.
getDistanceUnit in interface ZoneGroupgov.nih.nci.mageom.bean.Measurement.DistanceUnit The value of distanceUnit.ZoneGroup.getDistanceUnit()public int getZoneLocationsCount()
Zone
associated with this ZoneGroup object.
ZoneGroup.getZoneLocations()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 | |||||||||