public final class Campus extends AbstractDataTransferObject implements CampusContract
CampusContract
.
To construct an instance of a Campus, use the Campus.Builder
class.
CampusContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
Campus.Builder
This builder is used to construct instances of Campus.
|
static class |
Campus.Cache |
Modifier and Type | Method and Description |
---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getCode()
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
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.