Class TemplateBo

All Implemented Interfaces:
Serializable, Cloneable, org.apache.ojb.broker.PersistenceBrokerAware, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, TemplateContract, BusinessObject, PersistableBusinessObject
Direct Known Subclasses:
PermissionTemplateBo, ResponsibilityTemplateBo

@MappedSuperclass public abstract class TemplateBo extends PersistableBusinessObjectBase implements TemplateContract
See Also:
  • Field Details

    • namespaceCode

      @BusinessKey protected String namespaceCode
    • name

      @BusinessKey protected String name
    • description

      protected String description
    • kimTypeId

      protected String kimTypeId
    • active

      protected boolean active
  • Constructor Details

    • TemplateBo

      public TemplateBo()
  • Method Details

    • getNamespaceCode

      public String getNamespaceCode()
      Specified by:
      getNamespaceCode in interface TemplateContract
    • setNamespaceCode

      public void setNamespaceCode(String namespaceCode)
    • getName

      public String getName()
      Specified by:
      getName in interface TemplateContract
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface TemplateContract
    • setDescription

      public void setDescription(String description)
    • getKimTypeId

      public String getKimTypeId()
      Specified by:
      getKimTypeId in interface TemplateContract
    • setKimTypeId

      public void setKimTypeId(String kimTypeId)
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • setActive

      public void setActive(boolean active)