|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.bo.BusinessObjectBase org.kuali.rice.kns.bo.PersistableBusinessObjectBase org.kuali.rice.kns.bo.CampusImpl
public class CampusImpl
Field Summary | |
---|---|
protected boolean |
active
|
private String |
campusCode
|
private String |
campusName
|
private String |
campusShortName
|
private CampusType |
campusType
|
private String |
campusTypeCode
|
private static long |
serialVersionUID
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
CampusImpl()
Default no-arg constructor. |
Method Summary | |
---|---|
String |
getCampusCode()
This overridden method ... |
String |
getCampusName()
This overridden method ... |
String |
getCampusShortName()
This overridden method ... |
CampusType |
getCampusType()
This overridden method ... |
String |
getCampusTypeCode()
This overridden method ... |
boolean |
isActive()
This overridden method ... |
void |
setActive(boolean active)
Sets the record to active or inactive. |
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. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Field Detail |
---|
private static final long serialVersionUID
private String campusCode
private String campusName
private String campusShortName
private String campusTypeCode
protected boolean active
private CampusType campusType
Constructor Detail |
---|
public CampusImpl()
Method Detail |
---|
public String getCampusCode()
getCampusCode
in interface Campus
Campus.getCampusCode()
public void setCampusCode(String campusCode)
setCampusCode
in interface Campus
campusCode
- The campusCode to set.public String getCampusName()
getCampusName
in interface Campus
Campus.getCampusName()
public void setCampusName(String campusName)
setCampusName
in interface Campus
campusName
- The campusName to set.public String getCampusShortName()
getCampusShortName
in interface Campus
Campus.getCampusShortName()
public void setCampusShortName(String campusShortName)
setCampusShortName
in interface Campus
campusShortName
- The campusShortName to set.public String getCampusTypeCode()
getCampusTypeCode
in interface Campus
Campus.getCampusTypeCode()
public void setCampusTypeCode(String campusTypeCode)
setCampusTypeCode
in interface Campus
campusTypeCode
- The campusTypeCode to set.public CampusType getCampusType()
getCampusType
in interface Campus
Campus.getCampusType()
public void setCampusType(CampusType campusType)
setCampusType
in interface Campus
campusType
- The campusType to set.public boolean isActive()
isActive
in interface Campus
isActive
in interface Inactivateable
Campus.isActive()
public void setActive(boolean active)
Inactivateable
setActive
in interface Campus
setActive
in interface Inactivateable
active
- the active to setprotected LinkedHashMap toStringMapper()
toStringMapper
in class BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |