예제 #1
0
 public Boolean getAllowsNoteAttachments() {
   if (allowsNoteAttachments == null) {
     DocumentEntry entry =
         (DocumentEntry)
             getDataDictionaryService().getDataDictionary().getDocumentEntry(getClass().getName());
     allowsNoteAttachments = entry.getAllowsNoteAttachments();
   }
   return allowsNoteAttachments;
 }