org.kuali.ole.patron.bo
Class OlePatronAffiliation

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.ole.patron.bo.OlePatronAffiliation
All Implemented Interfaces:
Serializable, OlePatronAffiliationContract, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject

public class OlePatronAffiliation
extends org.kuali.rice.krad.bo.BusinessObjectBase
implements OlePatronAffiliationContract

OlePatronAffiliation provides OlePatronAffiliation information through getter and setter.

See Also:
Serialized Form

Constructor Summary
OlePatronAffiliation()
           
OlePatronAffiliation(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo entityAffiliationBo)
          Constructor sets the values to entityAffiliationBo object from OlePatronAffiliation
 
Method Summary
 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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OlePatronAffiliation

public OlePatronAffiliation()

OlePatronAffiliation

public OlePatronAffiliation(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo entityAffiliationBo)
Constructor sets the values to entityAffiliationBo object from OlePatronAffiliation

Parameters:
entityAffiliationBo -
Method Detail

getEntityAffiliationId

public String getEntityAffiliationId()
Gets the value of entityAffiliationId property

Specified by:
getEntityAffiliationId in interface OlePatronAffiliationContract
Returns:
entityAffiliationId

setEntityAffiliationId

public void setEntityAffiliationId(String entityAffiliationId)
Sets the value for entityAffiliationId property

Parameters:
entityAffiliationId -

getAffiliationTypeCode

public String getAffiliationTypeCode()
Gets the value of affiliationTypeCode property

Specified by:
getAffiliationTypeCode in interface OlePatronAffiliationContract
Returns:
affiliationTypeCode

setAffiliationTypeCode

public void setAffiliationTypeCode(String affiliationTypeCode)
Sets the value for affiliationTypeCode property

Parameters:
affiliationTypeCode -

getCampusCode

public String getCampusCode()
Gets the value of campusCode property

Specified by:
getCampusCode in interface OlePatronAffiliationContract
Returns:
campusCode

setCampusCode

public void setCampusCode(String campusCode)
Sets the value for campusCode property

Parameters:
campusCode -

isDefaultValue

public boolean isDefaultValue()
Gets the value of defaultValue property

Specified by:
isDefaultValue in interface OlePatronAffiliationContract
Returns:
defaultValue

setDefaultValue

public void setDefaultValue(boolean defaultValue)
Sets the value for defaultValue property

Parameters:
defaultValue -

isActive

public boolean isActive()
Gets the value of active property

Specified by:
isActive in interface OlePatronAffiliationContract
Returns:
active

setActive

public void setActive(boolean active)
Sets the value for active property

Parameters:
active -

getAffiliationType

public org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationTypeBo getAffiliationType()
Gets the value of affiliationType property

Specified by:
getAffiliationType in interface OlePatronAffiliationContract
Returns:
affiliationType

setAffiliationType

public void setAffiliationType(org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationTypeBo affiliationType)
Sets the value for affiliationType property

Parameters:
affiliationType -

getEmployments

public List<org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo> getEmployments()
Gets the value of employments property

Specified by:
getEmployments in interface OlePatronAffiliationContract
Returns:
employments

setEmployments

public void setEmployments(List<org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo> employments)
Sets the value for employments property

Parameters:
employments -

getEntityAffliationBo

public org.kuali.rice.kim.impl.identity.affiliation.EntityAffiliationBo getEntityAffliationBo()
Gets the value of EntityAffiliation property

Returns:
EntityAffiliation

refresh

public void refresh()
Specified by:
refresh in interface org.kuali.rice.krad.bo.BusinessObject

getId

public String getId()
Gets the value of entityAffiliationId property

Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable
Returns:
entityAffiliationId

getVersionNumber

public Long getVersionNumber()
Gets the value of versionNumber property

Specified by:
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned
Returns:
versionNumber

setVersionNumber

public void setVersionNumber(Long versionNumber)
Sets the value for versionNumber property

Parameters:
versionNumber -

getObjectId

public String getObjectId()
Gets the value of objectId property

Specified by:
getObjectId in interface OlePatronAffiliationContract
Returns:
objectId

setObjectId

public void setObjectId(String objectId)
Sets the value for objectId property

Parameters:
objectId -

getEntityId

public String getEntityId()
Gets the value of entityId property

Specified by:
getEntityId in interface OlePatronAffiliationContract
Returns:
entityId

setEntityId

public void setEntityId(String entityId)
Sets the value for entityId property

Parameters:
entityId -


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