public interface CampusEbo extends CampusContract, ExternalizableBusinessObject, MutableInactivatable
| Modifier and Type | Method and Description |
|---|---|
CampusTypeContract |
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.
|
void |
setActive(boolean active)
Sets the record to active or inactive.
|
refreshtoStringString getName()
It is a name a campus.
getName in interface CampusContractString getShortName()
It is a shorter name for a campus.
getShortName in interface CampusContractCampusTypeContract getCampusType()
It is a object that defines the type of a campus.
getCampusType in interface CampusContractString getCode()
Long getVersionNumber()
getVersionNumber in interface VersionedString getObjectId()
getObjectId in interface GloballyUniqueboolean isActive()
isActive in interface Inactivatablevoid setActive(boolean active)
setActive in interface MutableInactivatableCopyright © 2005–2015 The Kuali Foundation. All rights reserved.