Class NoteType

All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned

@Entity public class NoteType extends PersistableBusinessObjectBaseAdapter implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
See Also:
  • Constructor Details

    • NoteType

      public NoteType()
  • Method Details

    • getNoteTypeCode

      public String getNoteTypeCode()
      Gets the noteTypeCode attribute.
      Returns:
      Returns the noteTypeCode
    • setNoteTypeCode

      public void setNoteTypeCode(String noteTypeCode)
      Sets the noteTypeCode attribute.
      Parameters:
      noteTypeCode - The noteTypeCode to set.
    • getNoteTypeDescription

      public String getNoteTypeDescription()
      Gets the noteTypeDescription attribute.
      Returns:
      Returns the noteTypeDescription
    • setNoteTypeDescription

      public void setNoteTypeDescription(String noteTypeDescription)
      Sets the noteTypeDescription attribute.
      Parameters:
      noteTypeDescription - The noteTypeDescription to set.
    • isNoteTypeActiveIndicator

      public boolean isNoteTypeActiveIndicator()
      Gets the noteTypeActiveIndicator attribute.
      Returns:
      Returns the noteTypeActiveIndicator
    • setNoteTypeActiveIndicator

      public void setNoteTypeActiveIndicator(boolean noteTypeActiveIndicator)
      Sets the noteTypeActiveIndicator attribute.
      Parameters:
      noteTypeActiveIndicator - The noteTypeActiveIndicator to set.
    • isActive

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

      public void setActive(boolean active)
      Specified by:
      setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable