Interface DelegateTypeContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.active.Inactivatable
All Known Implementing Classes:
DelegateType, DelegateType.Builder

public interface DelegateTypeContract extends org.kuali.rice.core.api.mo.common.active.Inactivatable
  • Method Details

    • getRoleId

      String getRoleId()
    • getDelegationId

      String getDelegationId()
    • getKimTypeId

      String getKimTypeId()
      not required
      Returns:
    • getDelegationType

      org.kuali.rice.core.api.delegation.DelegationType getDelegationType()
    • getMembers

      List<? extends DelegateMemberContract> getMembers()