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.
|
refresh
toString
String getName()
It is a name a campus.
getName
in interface CampusContract
String getShortName()
It is a shorter name for a campus.
getShortName
in interface CampusContract
CampusTypeContract getCampusType()
It is a object that defines the type of a campus.
getCampusType
in interface CampusContract
String getCode()
Long getVersionNumber()
getVersionNumber
in interface Versioned
String getObjectId()
getObjectId
in interface GloballyUnique
boolean isActive()
isActive
in interface Inactivatable
void setActive(boolean active)
setActive
in interface MutableInactivatable
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.