public class OlePatronAffiliation extends org.kuali.rice.krad.bo.BusinessObjectBase implements OlePatronAffiliationContract
Constructor and Description |
---|
OlePatronAffiliation() |
OlePatronAffiliation(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo entityAffiliationBo)
Constructor sets the values to entityAffiliationBo object from OlePatronAffiliation
|
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationTypeBo |
getAffiliationType()
Gets the value of affiliationType property
|
String |
getAffiliationTypeCode()
Gets the value of affiliationTypeCode property
|
String |
getCampusCode()
Gets the value of campusCode property
|
List<org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo> |
getEmployments()
Gets the value of employments property
|
String |
getEntityAffiliationId()
Gets the value of entityAffiliationId property
|
org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo |
getEntityAffliationBo()
Gets the value of EntityAffiliation property
|
String |
getEntityId()
Gets the value of entityId property
|
String |
getId()
Gets the value of entityAffiliationId property
|
String |
getObjectId()
Gets the value of objectId property
|
Long |
getVersionNumber()
Gets the value of versionNumber property
|
boolean |
isActive()
Gets the value of active property
|
boolean |
isDefaultValue()
Gets the value of defaultValue property
|
void |
refresh() |
void |
setActive(boolean active)
Sets the value for active property
|
void |
setAffiliationType(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationTypeBo affiliationType)
Sets the value for affiliationType property
|
void |
setAffiliationTypeCode(String affiliationTypeCode)
Sets the value for affiliationTypeCode property
|
void |
setCampusCode(String campusCode)
Sets the value for campusCode property
|
void |
setDefaultValue(boolean defaultValue)
Sets the value for defaultValue property
|
void |
setEmployments(List<org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo> employments)
Sets the value for employments property
|
void |
setEntityAffiliationId(String entityAffiliationId)
Sets the value for entityAffiliationId property
|
void |
setEntityId(String entityId)
Sets the value for entityId property
|
void |
setObjectId(String objectId)
Sets the value for objectId property
|
void |
setVersionNumber(Long versionNumber)
Sets the value for versionNumber property
|
public OlePatronAffiliation()
public OlePatronAffiliation(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo entityAffiliationBo)
entityAffiliationBo
- public String getEntityAffiliationId()
getEntityAffiliationId
in interface OlePatronAffiliationContract
public void setEntityAffiliationId(String entityAffiliationId)
entityAffiliationId
- public String getAffiliationTypeCode()
getAffiliationTypeCode
in interface OlePatronAffiliationContract
public void setAffiliationTypeCode(String affiliationTypeCode)
affiliationTypeCode
- public String getCampusCode()
getCampusCode
in interface OlePatronAffiliationContract
public void setCampusCode(String campusCode)
campusCode
- public boolean isDefaultValue()
isDefaultValue
in interface OlePatronAffiliationContract
public void setDefaultValue(boolean defaultValue)
defaultValue
- public boolean isActive()
isActive
in interface OlePatronAffiliationContract
public void setActive(boolean active)
active
- public org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationTypeBo getAffiliationType()
getAffiliationType
in interface OlePatronAffiliationContract
public void setAffiliationType(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationTypeBo affiliationType)
affiliationType
- public List<org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo> getEmployments()
getEmployments
in interface OlePatronAffiliationContract
public void setEmployments(List<org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo> employments)
employments
- public org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo getEntityAffliationBo()
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public void setVersionNumber(Long versionNumber)
versionNumber
- public String getObjectId()
getObjectId
in interface OlePatronAffiliationContract
public void setObjectId(String objectId)
objectId
- public String getEntityId()
getEntityId
in interface OlePatronAffiliationContract
public void setEntityId(String entityId)
entityId
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.