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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()booleanvoidsetCompany(String company) voidsetDescription(String description) voidsetEndDate(String endDate) voidsetId(long id) voidsetIdentity(IdentityEntity identity) voidsetPosition(String position) voidvoidsetStartDate(String startDate)
-
Constructor Details
-
ProfileExperienceEntity
public ProfileExperienceEntity()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getIdentity
-
setIdentity
-
getCompany
-
setCompany
-
getPosition
-
setPosition
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getSkills
-
setSkills
-
getDescription
-
setDescription
-
isCurrent
public boolean isCurrent()
-