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

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.core.bo.KsMetaBusinessObjectBase
                  extended by org.kuali.student.core.bo.KsMetaInactivatableFromToBase
                      extended by org.kuali.student.lum.lu.bo.CluCluRelation
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Inactivateable, InactivateableFromTo, PersistableBusinessObject, KsBusinessObject, KsMetaBusinessObject

public class CluCluRelation
extends KsMetaInactivatableFromToBase

See Also:
Serialized Form

Field Summary
private  Clu clu
           
private  String cluId
           
private  boolean cluRelationRequired
           
private  LuLuRelationType luLuRelationType
           
private  String luLuRelationTypeId
           
private  Clu relatedClu
           
private  String relatedCluId
           
private static long serialVersionUID
           
private  String state
           
 
Fields inherited from class org.kuali.student.core.bo.KsMetaInactivatableFromToBase
activeAsOfDate, activeFromDate, activeToDate
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CluCluRelation()
           
 
Method Summary
 Clu getClu()
           
 String getCluId()
           
 LuLuRelationType getLuLuRelationType()
           
 String getLuLuRelationTypeId()
           
 Clu getRelatedClu()
           
 String getRelatedCluId()
           
 String getState()
           
 boolean isCluRelationRequired()
           
 void setClu(Clu clu)
           
 void setCluId(String cluId)
           
 void setCluRelationRequired(boolean cluRelationRequired)
           
 void setLuLuRelationType(LuLuRelationType luLuRelationType)
           
 void setLuLuRelationTypeId(String luLuRelationTypeId)
           
 void setRelatedClu(Clu relatedClu)
           
 void setRelatedCluId(String relatedCluId)
           
 void setState(String state)
           
 
Methods inherited from class org.kuali.student.core.bo.KsMetaInactivatableFromToBase
getActiveAsOfDate, getActiveFromDate, getActiveToDate, isActive, setActive, setActiveAsOfDate, setActiveFromDate, setActiveToDate
 
Methods inherited from class org.kuali.student.core.bo.KsMetaBusinessObjectBase
beforeInsert, beforeUpdate, getCreateDate, getCreateId, getMeta, getUpdateDate, getUpdateId, setCreateDate, setCreateId, setMeta, setUpdateDate, setUpdateId
 
Methods inherited from class org.kuali.student.core.bo.KsBusinessObjectBase
getId, setId, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, 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.student.core.bo.KsBusinessObject
getId, setId
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

cluId

private String cluId

clu

private Clu clu

relatedCluId

private String relatedCluId

relatedClu

private Clu relatedClu

luLuRelationTypeId

private String luLuRelationTypeId

luLuRelationType

private LuLuRelationType luLuRelationType

cluRelationRequired

private boolean cluRelationRequired

state

private String state
Constructor Detail

CluCluRelation

public CluCluRelation()
Method Detail

getCluId

public String getCluId()

setCluId

public void setCluId(String cluId)

getClu

public Clu getClu()

setClu

public void setClu(Clu clu)

getRelatedCluId

public String getRelatedCluId()

setRelatedCluId

public void setRelatedCluId(String relatedCluId)

getRelatedClu

public Clu getRelatedClu()

setRelatedClu

public void setRelatedClu(Clu relatedClu)

getLuLuRelationTypeId

public String getLuLuRelationTypeId()

setLuLuRelationTypeId

public void setLuLuRelationTypeId(String luLuRelationTypeId)

getLuLuRelationType

public LuLuRelationType getLuLuRelationType()

setLuLuRelationType

public void setLuLuRelationType(LuLuRelationType luLuRelationType)

isCluRelationRequired

public boolean isCluRelationRequired()

setCluRelationRequired

public void setCluRelationRequired(boolean cluRelationRequired)

getState

public String getState()

setState

public void setState(String state)


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