Interface KualiCode

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Coded, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.active.MutableInactivatable

public interface KualiCode extends org.kuali.rice.core.api.mo.common.active.MutableInactivatable, org.kuali.rice.core.api.mo.common.Coded
Represents a simple code-description business object
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
     

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded

    getCode

    Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable

    isActive

    Methods inherited from interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable

    setActive
  • Method Details

    • setCode

      void setCode(String code)
      Parameters:
      code - - Setter for the Code.
    • setName

      void setName(String name)
      Parameters:
      name - - Setter for the name.
    • getName

      String getName()
      Returns:
      name value as String