Class ProfileExperienceEntity

java.lang.Object
org.exoplatform.social.core.jpa.storage.entity.ProfileExperienceEntity
All Implemented Interfaces:
Serializable

@Entity(name="SocIdentityExperiences") public class ProfileExperienceEntity extends Object implements Serializable
Author:
Tuyen Nguyen The.
See Also:
  • Constructor Details

    • ProfileExperienceEntity

      public ProfileExperienceEntity()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getIdentity

      public IdentityEntity getIdentity()
    • setIdentity

      public void setIdentity(IdentityEntity identity)
    • getCompany

      public String getCompany()
    • setCompany

      public void setCompany(String company)
    • getPosition

      public String getPosition()
    • setPosition

      public void setPosition(String position)
    • getStartDate

      public String getStartDate()
    • setStartDate

      public void setStartDate(String startDate)
    • getEndDate

      public String getEndDate()
    • setEndDate

      public void setEndDate(String endDate)
    • getSkills

      public String getSkills()
    • setSkills

      public void setSkills(String skills)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isCurrent

      public boolean isCurrent()