Interface CampusContract
- All Superinterfaces:
Coded,GloballyUnique,Inactivatable,Versioned
- All Known Implementing Classes:
Campus,Campus.Builder
CampusContract interface.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionThis is the campus type for the Campus.getName()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.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods 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.
-