org.kuali.rice.kim.bo.entity.impl
Class KimEntityAffiliationImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
              extended by org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
                  extended by org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityDataBase
                      extended by org.kuali.rice.kim.bo.entity.impl.KimEntityAffiliationImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, KimEntityAffiliation, BusinessObject, Defaultable, DefaultableInactivateable, Inactivateable, PersistableBusinessObject

public class KimEntityAffiliationImpl
extends KimDefaultableEntityDataBase
implements KimEntityAffiliation

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  AffiliationType affiliationType
           
protected  String affiliationTypeCode
           
protected  String campusCode
           
protected  String entityAffiliationId
           
protected  String entityId
           
 
Fields inherited from class org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityDataBase
dflt
 
Fields inherited from class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
active
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimEntityAffiliationImpl()
           
 
Method Summary
 AffiliationType getAffiliationType()
           
 String getAffiliationTypeCode()
          Gets this KimEntityAffiliation's type code.
 String getCampusCode()
          Gets this KimEntityAffiliation's campus code.
 String getEntityAffiliationId()
          Gets this KimEntityAffiliation's id.
 String getEntityId()
           
 void setAffiliationType(AffiliationType affiliationType)
           
 void setAffiliationTypeCode(String affiliationTypeCode)
           
 void setCampusCode(String campusCode)
           
 void setEntityAffiliationId(String entityAffiliationId)
           
 void setEntityId(String entityId)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityDataBase
isDefault, isDflt, setDefault, setDflt
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
isActive, setActive
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
getDefaultItem
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, 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.Defaultable
isDefault, setDefault
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

entityAffiliationId

protected String entityAffiliationId

entityId

protected String entityId

affiliationTypeCode

protected String affiliationTypeCode

campusCode

protected String campusCode

affiliationType

protected AffiliationType affiliationType
Constructor Detail

KimEntityAffiliationImpl

public KimEntityAffiliationImpl()
Method Detail

getAffiliationTypeCode

public String getAffiliationTypeCode()
Description copied from interface: KimEntityAffiliation
Gets this KimEntityAffiliation's type code.

Specified by:
getAffiliationTypeCode in interface KimEntityAffiliation
Returns:
the type code for this KimEntityAffiliation, or null if none has been assigned.
See Also:
KimEntityAffiliation.getAffiliationTypeCode()

getCampusCode

public String getCampusCode()
Description copied from interface: KimEntityAffiliation
Gets this KimEntityAffiliation's campus code.

Specified by:
getCampusCode in interface KimEntityAffiliation
Returns:
the campus code for this KimEntityAffiliation, or null if none has been assigned.
See Also:
KimEntityAffiliation.getCampusCode()

getEntityAffiliationId

public String getEntityAffiliationId()
Description copied from interface: KimEntityAffiliation
Gets this KimEntityAffiliation's id.

Specified by:
getEntityAffiliationId in interface KimEntityAffiliation
Returns:
the id for this KimEntityAffiliation, or null if none has been assigned.
See Also:
KimEntityAffiliation.getEntityAffiliationId()

setAffiliationTypeCode

public void setAffiliationTypeCode(String affiliationTypeCode)
See Also:
org.kuali.rice.kim.bo.entity.KimEntityAffiliation#setAffiliationTypeCode(java.lang.String)

setCampusCode

public void setCampusCode(String campusCode)
See Also:
org.kuali.rice.kim.bo.entity.KimEntityAffiliation#setCampusCode(java.lang.String)

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class BusinessObjectBase
Returns:
Map containing the fieldValues of the key fields for this class, indexed by fieldName
See Also:
BusinessObjectBase.toStringMapper()

getEntityId

public String getEntityId()

setEntityId

public void setEntityId(String entityId)

getAffiliationType

public AffiliationType getAffiliationType()

setAffiliationType

public void setAffiliationType(AffiliationType affiliationType)

setEntityAffiliationId

public void setEntityAffiliationId(String entityAffiliationId)


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