gov.nih.nci.mageom.util
Class MethodDescriptor

java.lang.Object
  extended by gov.nih.nci.common.util.XMLMethodDescriptor
      extended by gov.nih.nci.mageom.util.MethodDescriptor

public class MethodDescriptor
extends gov.nih.nci.common.util.XMLMethodDescriptor

This class provides the simple mapping of association methods that should produce XML in a bean to the values needed by the XML builder to form the XML document and XLinks within it

Version:
$Revision: 1.1 $
Author:
MAGE-OM API Team

Constructor Summary
MethodDescriptor(java.lang.String name, java.lang.String tagName, java.lang.String criteriaName, gov.nih.nci.common.domain.DomainObject object)
           Construtor associated with the bean
 
Method Summary
 gov.nih.nci.common.domain.DomainObject getObject()
           
 
Methods inherited from class gov.nih.nci.common.util.XMLMethodDescriptor
getCriteriaName, getName, getObjectName, getTagName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDescriptor

public MethodDescriptor(java.lang.String name,
                        java.lang.String tagName,
                        java.lang.String criteriaName,
                        gov.nih.nci.common.domain.DomainObject object)

Construtor associated with the bean

Parameters:
name - the name of the method to be called
tagName - the tag Name to be used in the XML
criteriaName - the name of the criteria element to be used in the URL
Method Detail

getObject

public gov.nih.nci.common.domain.DomainObject getObject()