org.alfresco.web.scripts
Class DictionaryQuery.DictionaryAssoc

java.lang.Object
  extended by org.alfresco.web.scripts.DictionaryQuery.DictionaryAssoc
Enclosing class:
DictionaryQuery

public static class DictionaryQuery.DictionaryAssoc
extends java.lang.Object

Simple structure class representing a single Data Dictionary association instance.

API is provided to retrieve the various meta-data of the association definition.


Method Summary
 java.lang.String getSourceClass()
           
 boolean getSourceIsMandatory()
           
 boolean getSourceIsMany()
           
 java.lang.String getSourceRole()
           
 java.lang.String getTargetClass()
           
 boolean getTargetIsMandatory()
           
 boolean getTargetIsMany()
           
 java.lang.String getTargetRole()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTitle

public java.lang.String getTitle()

getSourceClass

public java.lang.String getSourceClass()

getSourceRole

public java.lang.String getSourceRole()

getSourceIsMandatory

public boolean getSourceIsMandatory()

getSourceIsMany

public boolean getSourceIsMany()

getTargetClass

public java.lang.String getTargetClass()

getTargetRole

public java.lang.String getTargetRole()

getTargetIsMandatory

public boolean getTargetIsMandatory()

getTargetIsMany

public boolean getTargetIsMany()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.