com.softwareag.centrasite.appl.framework.mapping
Class AssociationTarget

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.mapping.BaseProperty
      extended by com.softwareag.centrasite.appl.framework.mapping.AssociationTarget
All Implemented Interfaces:
Property

public class AssociationTarget
extends BaseProperty

Property representing association target and mapped using the AssociationTarget annotation.


Constructor Summary
AssociationTarget()
           
 
Method Summary
 javax.xml.namespace.QName getAssociationName()
           
 void setAssociationName(javax.xml.namespace.QName associationName)
           
 
Methods inherited from class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationTarget

public AssociationTarget()
Method Detail

getAssociationName

public javax.xml.namespace.QName getAssociationName()
Returns:
the associationName

setAssociationName

public void setAssociationName(javax.xml.namespace.QName associationName)
Parameters:
associationName - the associationName to set