org.outerj.daisy.frontend.editor
Class DocumentEditorForm.PartFormInfo

java.lang.Object
  extended by org.outerj.daisy.frontend.editor.DocumentEditorForm.PartFormInfo
Enclosing class:
DocumentEditorForm

public static class DocumentEditorForm.PartFormInfo
extends java.lang.Object


Constructor Summary
DocumentEditorForm.PartFormInfo(java.lang.String partFormName, java.lang.String partLabel, java.lang.String partDescription, boolean isRequired)
           
 
Method Summary
 java.lang.String getFormName()
           
 java.lang.String getLabel()
           
 java.lang.String getPartDescription()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentEditorForm.PartFormInfo

public DocumentEditorForm.PartFormInfo(java.lang.String partFormName,
                                       java.lang.String partLabel,
                                       java.lang.String partDescription,
                                       boolean isRequired)
Method Detail

getFormName

public java.lang.String getFormName()

getLabel

public java.lang.String getLabel()

getPartDescription

public java.lang.String getPartDescription()

isRequired

public boolean isRequired()


Copyright © -2006 . All Rights Reserved.