|
||||||||||
| 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.CluAdminOrg
public class CluAdminOrg
| Field Summary | |
|---|---|
private String |
cluId
|
private String |
orgId
|
private boolean |
primary
|
private static long |
serialVersionUID
|
private String |
type
|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
CluAdminOrg()
|
|
| Method Summary | |
|---|---|
String |
getCluId()
|
String |
getOrgId()
|
String |
getType()
|
boolean |
isPrimary()
|
void |
setCluId(String cluId)
|
void |
setOrgId(String orgId)
|
void |
setPrimary(boolean primary)
|
void |
setType(String type)
|
| 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, getAttachmentFile, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, populateAttachmentForBO, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, 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, populateAttachmentForBO, refreshNonUpdateableReferences, refreshReferenceObject, setAttachmentFile, 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 orgId
private String type
private boolean primary
private String cluId
| Constructor Detail |
|---|
public CluAdminOrg()
| Method Detail |
|---|
public String getOrgId()
public void setOrgId(String orgId)
public String getType()
public void setType(String type)
public boolean isPrimary()
public void setPrimary(boolean primary)
public String getCluId()
public void setCluId(String cluId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||