|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 FormNested Class Summary | |
---|---|
static class |
Campus.Builder
This 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, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getCode()
getCode
in interface Coded
public String getName()
It is a name a campus.
getName
in interface CampusContract
public String getShortName()
It is a shorter name for a campus.
getShortName
in interface CampusContract
public CampusType getCampusType()
It is a object that defines the type of a campus.
getCampusType
in interface CampusContract
public boolean isActive()
isActive
in interface Inactivatable
public Long getVersionNumber()
getVersionNumber
in interface Versioned
public String getObjectId()
getObjectId
in interface GloballyUnique
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |