Interface DocumentTypeEBO

All Superinterfaces:
BusinessObject, ExternalizableBusinessObject, ModelObjectBasic, Serializable
All Known Implementing Classes:
DocumentType

public interface DocumentTypeEBO extends ExternalizableBusinessObject
  • Method Details

    • getDocTypeParentId

      String getDocTypeParentId()
    • getDescription

      String getDescription()
    • getHelpDefinitionUrl

      String getHelpDefinitionUrl()
      This method gets the help definition url from this object and resolves any potential variables that may be in use
    • getLabel

      String getLabel()
    • getName

      String getName()
    • getDocumentTypeId

      String getDocumentTypeId()
    • getApplicationId

      String getApplicationId()
      Returns the application id for this DocumentType which can be specified on the document type itself, inherited from the parent, or defaults to the configured application id of the application. chb:12Nov2008: seems like the accessor should return the field and the auxiliary method "getActualFoo" should be the one to do more elaborate checking
    • isActive

      boolean isActive()
      In order to make this object Inactivateable. Not sure if I should remove the getActive method.
      See Also: