org.kuali.rice.kim.bo.entity.impl
Class KimEntityAffiliationImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
org.kuali.rice.kim.bo.entity.impl.KimInactivatableEntityDataBase
org.kuali.rice.kim.bo.entity.impl.KimDefaultableEntityDataBase
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
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 |
entityAffiliationId
protected String entityAffiliationId
entityId
protected String entityId
affiliationTypeCode
protected String affiliationTypeCode
campusCode
protected String campusCode
affiliationType
protected AffiliationType affiliationType
KimEntityAffiliationImpl
public KimEntityAffiliationImpl()
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.