| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.location.api.campus.Campus
public final class Campus
An immutable representation of a CampusContract.
 
To construct an instance of a Campus, use the Campus.Builder class.
CampusContract, 
Serialized Form| Nested Class Summary | |
|---|---|
| static class | Campus.BuilderThis builder is used to construct instances of Campus. | 
| static class | Campus.Cache | 
| Method Summary | |
|---|---|
|  CampusType | getCampusType()This is the campus type for the Campus. | 
|  String | getCode()The code value for this object. | 
|  String | getName()This is the name for the Campus. | 
|  String | getObjectId()Return the globally unique object id of this object. | 
|  String | getShortName()This is the short name for the Campus. | 
|  Long | getVersionNumber()Returns the version number for this object. | 
|  boolean | isActive()The active indicator for an object. | 
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject | 
|---|
| afterUnmarshal, beforeUnmarshal, equals, hashCode, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public String getCode()
getCode in interface Codedpublic String getName()
It is a name a campus.
getName in interface CampusContractpublic String getShortName()
It is a shorter name for a campus.
getShortName in interface CampusContractpublic CampusType getCampusType()
It is a object that defines the type of a campus.
getCampusType in interface CampusContractpublic boolean isActive()
isActive in interface Inactivatablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUnique| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||