Class Campus
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.location.api.campus.Campus
- All Implemented Interfaces:
Serializable,Inactivatable,Coded,GloballyUnique,Versioned,ModelObjectBasic,ModelObjectComplete,CampusContract
An immutable representation of a
CampusContract.
To construct an instance of a Campus, use the Campus.Builder class.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis builder is used to construct instances of Campus.static class -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getCode
-
getName
This is the name for the Campus.It is a name a campus.
- Specified by:
getNamein interfaceCampusContract- Returns:
- name for Campus.
-
getShortName
This is the short name for the Campus.It is a shorter name for a campus.
- Specified by:
getShortNamein interfaceCampusContract- Returns:
- short name for Campus.
-
getCampusType
This is the campus type for the Campus.It is a object that defines the type of a campus.
- Specified by:
getCampusTypein interfaceCampusContract- Returns:
- short name for Campus.
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-