Interface CampusContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Coded, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
Campus, Campus.Builder

public interface CampusContract extends org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Coded

CampusContract interface.

Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    This is the campus type for the Campus.
    This is the name for the Campus.
    This is the short name for the Campus.

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

    getCode

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

    getObjectId

    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.Versioned

    getVersionNumber
  • Method Details

    • getName

      String getName()
      This is the name for the Campus.

      It is a name a campus.

      Returns:
      name for Campus.
    • getShortName

      String getShortName()
      This is the short name for the Campus.

      It is a shorter name for a campus.

      Returns:
      short name for Campus.
    • getCampusType

      CampusTypeContract getCampusType()
      This is the campus type for the Campus.

      It is a object that defines the type of a campus.

      Returns:
      short name for Campus.