public class ProfileEntity extends BaseEntity
| Constructor and Description |
|---|
ProfileEntity() |
ProfileEntity(String id) |
getDataEntity, getHref, getId, getProperty, getString, setDataEntity, setHref, setId, setProperty, toJSONObject, toStringpublic ProfileEntity()
public ProfileEntity(String id)
public ProfileEntity setIdentity(String identity)
public String getIdentity()
public ProfileEntity setUsername(String username)
public String getUsername()
public ProfileEntity setFirstname(String firstname)
public String getFirstname()
public ProfileEntity setLastname(String lastname)
public String getLastname()
public ProfileEntity setFullname(String fullname)
public String getFullname()
public ProfileEntity setGender(String gender)
public String getGender()
public ProfileEntity setEmail(String email)
public String getEmail()
public ProfileEntity setPosition(String position)
public String getPosition()
public ProfileEntity setAvatar(String avatar)
public String getAvatar()
public void setPhones(List<DataEntity> phones)
public List<DataEntity> getPhones()
public ProfileEntity setExperiences(List<DataEntity> experiences)
public List<DataEntity> getExperiences()
public ProfileEntity setIms(List<DataEntity> ims)
public List<DataEntity> getIMs()
public ProfileEntity setUrls(List<DataEntity> urls)
public List<DataEntity> getUrls()
public ProfileEntity setDeleted(Boolean deleted)
public String getDeleted()
public boolean isNotValid()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.