org.alfresco.web.scripts
Class DictionaryQuery.DictionaryAssoc
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.