|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CampusEbo
TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
Method Summary | |
---|---|
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. |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Method Detail |
---|
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()
getCode
in interface Coded
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |