Interface CampusContract

All Superinterfaces:
Coded, GloballyUnique, Inactivatable, Versioned
All Known Implementing Classes:
Campus, Campus.Builder

public interface CampusContract extends Versioned, GloballyUnique, Inactivatable, Coded

CampusContract interface.

Author:
Kuali Rice Team (rice.collab@kuali.org)
  • 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.