|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.student.core.bo.KsBusinessObjectBase
org.kuali.student.lum.lu.bo.CluCampusLocation
public class CluCampusLocation
Field Summary | |
---|---|
private String |
campusLocation
|
private String |
cluId
|
private static long |
serialVersionUID
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
CluCampusLocation()
|
Method Summary | |
---|---|
String |
getCampusLocation()
|
String |
getCluId()
|
void |
setCampusLocation(String campusLocation)
|
void |
setCluId(String cluId)
|
Methods inherited from class org.kuali.student.core.bo.KsBusinessObjectBase |
---|
beforeInsert, getId, setId, 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.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeUpdate |
Field Detail |
---|
private static final long serialVersionUID
private String campusLocation
private String cluId
Constructor Detail |
---|
public CluCampusLocation()
Method Detail |
---|
public String getCampusLocation()
public void setCampusLocation(String campusLocation)
public String getCluId()
public void setCluId(String cluId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |