Interface DocumentTypeEBO

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.ExternalizableBusinessObject, org.kuali.rice.core.api.mo.ModelObjectBasic, Serializable
All Known Implementing Classes:
DocumentType

public interface DocumentTypeEBO extends org.kuali.rice.krad.bo.ExternalizableBusinessObject
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
     
     
    This method gets the help definition url from this object and resolves any potential variables that may be in use
     
     
    boolean
    In order to make this object Inactivateable.

    Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject

    refresh

    Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic

    toString
  • 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:
      • Inactivatable.isActive()