org.kuali.rice.location.api.campus
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 Summary
 CampusTypeContract getCampusType()
          This is the campus type for the Campus.
 String getName()
          This is the name for the Campus.
 String getShortName()
          This is the short name for the Campus.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
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.Coded
getCode
 

Method Detail

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.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.