|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Campus
Campus Externalizable Business Object
| Method Summary | |
|---|---|
String |
getCampusCode()
Gets the campusCode attribute. |
String |
getCampusName()
Gets the campusName attribute. |
String |
getCampusShortName()
Gets the campusShortName attribute. |
CampusType |
getCampusType()
Gets the campusType attribute. |
String |
getCampusTypeCode()
Gets the campusTypeCode attribute. |
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setCampusCode(String campusCode)
Sets the campusCode attribute. |
void |
setCampusName(String campusName)
Sets the campusName attribute. |
void |
setCampusShortName(String campusShortName)
Sets the campusShortName attribute. |
void |
setCampusType(CampusType campusType)
Deprecated. |
void |
setCampusTypeCode(String campusTypeCode)
Sets the campusTypeCode attribute. |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow, refresh |
| Method Detail |
|---|
String getCampusCode()
String getCampusName()
String getCampusShortName()
String getCampusTypeCode()
CampusType getCampusType()
boolean isActive()
void setCampusCode(String campusCode)
campusCode - The campusCode to set.void setCampusName(String campusName)
campusName - The campusName to set.void setCampusShortName(String campusShortName)
campusShortName - The campusShortName to set.void setCampusTypeCode(String campusTypeCode)
campusTypeCode - The campusTypeCode to set.void setCampusType(CampusType campusType)
campusType - The campusType to set.void setActive(boolean active)
active - the active to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||