Class EntityEmploymentBo

java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBase
org.kuali.rice.kim.impl.identity.employment.EntityEmploymentBo
All Implemented Interfaces:
Serializable, Cloneable, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.kim.api.identity.employment.EntityEmploymentContract

@Entity public class EntityEmploymentBo extends EntityEmploymentBase
See Also:
  • Constructor Details

    • EntityEmploymentBo

      public EntityEmploymentBo()
  • Method Details

    • getEntityAffiliation

      public EntityAffiliationBo getEntityAffiliation()
    • getEmployeeStatus

      public EntityEmploymentStatusBo getEmployeeStatus()
    • getEmployeeType

      public EntityEmploymentTypeBo getEmployeeType()
    • to

      public static org.kuali.rice.kim.api.identity.employment.EntityEmployment to(EntityEmploymentBo bo)
    • from

      public static EntityEmploymentBo from(org.kuali.rice.kim.api.identity.employment.EntityEmployment immutable)
      Creates a EntityEmploymentBo business object from an immutable representation of a EntityEmployment.
      Parameters:
      immutable - an immutable EntityEmployment
      Returns:
      a EntityEmploymentBo
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • setEmployeeType

      public void setEmployeeType(EntityEmploymentTypeBo employeeType)
    • setEmployeeStatus

      public void setEmployeeStatus(EntityEmploymentStatusBo employeeStatus)
    • setEntityAffiliation

      public void setEntityAffiliation(EntityAffiliationBo entityAffiliation)