Class ProfileEntity
- java.lang.Object
-
- org.exoplatform.social.rest.entity.BaseEntity
-
- org.exoplatform.social.rest.entity.ProfileEntity
-
- All Implemented Interfaces:
Serializable
public class ProfileEntity extends BaseEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringABOUT_MEstatic StringAVATARstatic StringBANNERstatic StringCITYstatic StringCOMPANYstatic StringCOUNTRYstatic StringCREATED_DATEstatic StringDELETEDstatic StringDEPARTMENTstatic StringEMAILstatic StringENABLEDstatic StringENROLLMENT_DATEstatic StringEXPERIENCESstatic StringEXTERNALstatic StringFIRSTNAMEstatic StringFULLNAMEstatic StringGENDERstatic StringIDENTITYstatic StringIMSstatic StringIS_INTERNALstatic StringLAST_LOGIN_TIMEstatic StringLASTNAMEstatic StringLOCATIONstatic StringPHONESstatic StringPOSITIONstatic StringPROFESSIONstatic longserialVersionUIDstatic StringSYNCHRONIZED_DATEstatic StringTEAMstatic StringTIME_ZONEstatic StringTIME_ZONE_DSTstatic StringURLSstatic StringUSERNAME
-
Constructor Summary
Constructors Constructor Description ProfileEntity()ProfileEntity(String id)
-
Method Summary
-
Methods inherited from class org.exoplatform.social.rest.entity.BaseEntity
getDataEntity, getHref, getId, getLastUpdatedTime, getProperty, getString, setDataEntity, setHref, setId, setLastUpdatedTime, setProperty, toJSONObject, toString
-
-
-
-
Field Detail
-
IMS
public static final String IMS
- See Also:
- Constant Field Values
-
EXPERIENCES
public static final String EXPERIENCES
- See Also:
- Constant Field Values
-
PHONES
public static final String PHONES
- See Also:
- Constant Field Values
-
ABOUT_ME
public static final String ABOUT_ME
- See Also:
- Constant Field Values
-
TIME_ZONE
public static final String TIME_ZONE
- See Also:
- Constant Field Values
-
TIME_ZONE_DST
public static final String TIME_ZONE_DST
- See Also:
- Constant Field Values
-
BANNER
public static final String BANNER
- See Also:
- Constant Field Values
-
AVATAR
public static final String AVATAR
- See Also:
- Constant Field Values
-
POSITION
public static final String POSITION
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
GENDER
public static final String GENDER
- See Also:
- Constant Field Values
-
FULLNAME
public static final String FULLNAME
- See Also:
- Constant Field Values
-
LASTNAME
public static final String LASTNAME
- See Also:
- Constant Field Values
-
FIRSTNAME
public static final String FIRSTNAME
- See Also:
- Constant Field Values
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
IDENTITY
public static final String IDENTITY
- See Also:
- Constant Field Values
-
URLS
public static final String URLS
- See Also:
- Constant Field Values
-
DELETED
public static final String DELETED
- See Also:
- Constant Field Values
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
IS_INTERNAL
public static final String IS_INTERNAL
- See Also:
- Constant Field Values
-
COMPANY
public static final String COMPANY
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
DEPARTMENT
public static final String DEPARTMENT
- See Also:
- Constant Field Values
-
TEAM
public static final String TEAM
- See Also:
- Constant Field Values
-
PROFESSION
public static final String PROFESSION
- See Also:
- Constant Field Values
-
COUNTRY
public static final String COUNTRY
- See Also:
- Constant Field Values
-
CITY
public static final String CITY
- See Also:
- Constant Field Values
-
EXTERNAL
public static final String EXTERNAL
- See Also:
- Constant Field Values
-
LAST_LOGIN_TIME
public static final String LAST_LOGIN_TIME
- See Also:
- Constant Field Values
-
ENROLLMENT_DATE
public static final String ENROLLMENT_DATE
- See Also:
- Constant Field Values
-
SYNCHRONIZED_DATE
public static final String SYNCHRONIZED_DATE
- See Also:
- Constant Field Values
-
CREATED_DATE
public static final String CREATED_DATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProfileEntity
public ProfileEntity()
-
ProfileEntity
public ProfileEntity(String id)
-
-
Method Detail
-
setIdentity
public ProfileEntity setIdentity(String identity)
-
getIdentity
public String getIdentity()
-
setUsername
public ProfileEntity setUsername(String username)
-
getUsername
public String getUsername()
-
setFirstname
public ProfileEntity setFirstname(String firstname)
-
getFirstname
public String getFirstname()
-
setCompany
public ProfileEntity setCompany(String company)
-
getCompany
public String getCompany()
-
setLocation
public ProfileEntity setLocation(String location)
-
getLocation
public String getLocation()
-
setDepartment
public ProfileEntity setDepartment(String department)
-
getDepartment
public String getDepartment()
-
setTeam
public ProfileEntity setTeam(String team)
-
getTeam
public String getTeam()
-
setProfession
public ProfileEntity setProfession(String profession)
-
getProfession
public String getProfession()
-
setCountry
public ProfileEntity setCountry(String country)
-
getCountry
public String getCountry()
-
setCity
public ProfileEntity setCity(String city)
-
getCity
public String getCity()
-
setLastname
public ProfileEntity setLastname(String lastname)
-
getLastname
public String getLastname()
-
setIsInvited
public ProfileEntity setIsInvited(boolean isInvited)
-
getIsInvited
public Boolean getIsInvited()
-
setIsPending
public ProfileEntity setIsPending(boolean isPending)
-
getIsPending
public Boolean getIsPending()
-
setIsMember
public ProfileEntity setIsMember(boolean isMember)
-
setIsInternal
public ProfileEntity setIsInternal(boolean isInternal)
-
getIsInternal
public Boolean getIsInternal()
-
getIsMember
public Boolean getIsMember()
-
setIsManager
public ProfileEntity setIsManager(boolean isManager)
-
getIsManager
public Boolean getIsManager()
-
setIsSpacesManager
public ProfileEntity setIsSpacesManager(boolean isSpacesManager)
-
getIsSpacesManager
public Boolean getIsSpacesManager()
-
setIsSpaceRedactor
public ProfileEntity setIsSpaceRedactor(boolean isSpaceRedactor)
-
getIsSpaceRedactor
public Boolean getIsSpaceRedactor()
-
setIsGroupBound
public ProfileEntity setIsGroupBound(boolean isSpaceRedactor)
-
getIsGroupBound
public Boolean getIsGroupBound()
-
setFullname
public ProfileEntity setFullname(String fullname)
-
getFullname
public String getFullname()
-
setGender
public ProfileEntity setGender(String gender)
-
getGender
public String getGender()
-
setEmail
public ProfileEntity setEmail(String email)
-
getEmail
public String getEmail()
-
setPosition
public ProfileEntity setPosition(String position)
-
getPosition
public String getPosition()
-
setAvatar
public ProfileEntity setAvatar(String avatar)
-
getAvatar
public String getAvatar()
-
setBanner
public ProfileEntity setBanner(String banner)
-
getBanner
public String getBanner()
-
setAboutMe
public ProfileEntity setAboutMe(String aboutMe)
-
getAboutMe
public String getAboutMe()
-
getTimeZone
public String getTimeZone()
-
setTimeZone
public void setTimeZone(String timeZone)
-
getTimeZoneDSTSavings
public String getTimeZoneDSTSavings()
-
setTimeZoneDSTSavings
public void setTimeZoneDSTSavings(String timeZoneDayLightSaving)
-
setConnectionsCount
public ProfileEntity setConnectionsCount(String connectionsCount)
-
getConnectionsCount
public String getConnectionsCount()
-
setSpacesCount
public ProfileEntity setSpacesCount(String spacesCount)
-
getSpacesCount
public String getSpacesCount()
-
setRelationshipStatus
public ProfileEntity setRelationshipStatus(String relationshipStatus)
-
getRelationshipStatus
public String getRelationshipStatus()
-
setConnectionsInCommonCount
public ProfileEntity setConnectionsInCommonCount(String connectionsInCommonCount)
-
getConnectionsInCommonCount
public String getConnectionsInCommonCount()
-
setPhones
public void setPhones(List<PhoneEntity> phones)
-
getPhones
public List<PhoneEntity> getPhones()
-
setExperiences
public ProfileEntity setExperiences(List<ExperienceEntity> experiences)
-
getExperiences
public List<ExperienceEntity> getExperiences()
-
setIms
public ProfileEntity setIms(List<IMEntity> ims)
-
setUrls
public ProfileEntity setUrls(List<URLEntity> urls)
-
setDeleted
public ProfileEntity setDeleted(Boolean deleted)
-
getDeleted
public String getDeleted()
-
isNotValid
public boolean isNotValid()
-
setEnabled
public ProfileEntity setEnabled(boolean enable)
-
isEnabled
public String isEnabled()
-
setIsExternal
public ProfileEntity setIsExternal(String isExternal)
-
isExternal
public String isExternal()
-
setLastLoginTime
public ProfileEntity setLastLoginTime(String lastLoginTime)
-
getLastLoginTime
public String getLastLoginTime()
-
setCreatedDate
public ProfileEntity setCreatedDate(String createdDate)
-
getCreatedDate
public String getCreatedDate()
-
setEnrollmentDate
public ProfileEntity setEnrollmentDate(String enrollmentDate)
-
getEnrollmentDate
public String getEnrollmentDate()
-
setSynchronizedDate
public ProfileEntity setSynchronizedDate(String synchronizedDate)
-
getSynchronizedDate
public String getSynchronizedDate()
-
-