org.kuali.student.lum.lu.bo
Class CluCampusLocation

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.student.core.bo.KsBusinessObjectBase
              extended by org.kuali.student.lum.lu.bo.CluCampusLocation
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject, KsBusinessObject

public class CluCampusLocation
extends KsBusinessObjectBase

See Also:
Serialized Form

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.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

campusLocation

private String campusLocation

cluId

private String cluId
Constructor Detail

CluCampusLocation

public CluCampusLocation()
Method Detail

getCampusLocation

public String getCampusLocation()

setCampusLocation

public void setCampusLocation(String campusLocation)

getCluId

public String getCluId()

setCluId

public void setCluId(String cluId)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.