Class ProfilePropertySettingEntity

java.lang.Object
org.exoplatform.social.rest.entity.ProfilePropertySettingEntity

public class ProfilePropertySettingEntity extends Object
  • Constructor Details

    • ProfilePropertySettingEntity

      public ProfilePropertySettingEntity()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getResolvedLabel

      public String getResolvedLabel()
    • setResolvedLabel

      public void setResolvedLabel(String resolvedLabel)
    • isVisible

      public boolean isVisible()
    • setVisible

      public void setVisible(boolean visible)
    • isEditable

      public boolean isEditable()
    • setEditable

      public void setEditable(boolean editable)
    • getParentId

      public Long getParentId()
    • setParentId

      public void setParentId(Long parentId)
    • getOrder

      public Long getOrder()
    • setOrder

      public void setOrder(Long order)
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • isGroupSynchronized

      public boolean isGroupSynchronized()
    • setGroupSynchronized

      public void setGroupSynchronized(boolean groupSynchronized)
    • isMultiValued

      public boolean isMultiValued()
    • setMultiValued

      public void setMultiValued(boolean multiValued)
    • getLabels

      public List<org.exoplatform.social.core.model.Label> getLabels()
    • setLabels

      public void setLabels(List<org.exoplatform.social.core.model.Label> labels)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)
    • isInternal

      public boolean isInternal()
    • setInternal

      public void setInternal(boolean internal)
    • isGroupSynchronizationEnabled

      public boolean isGroupSynchronizationEnabled()
    • setGroupSynchronizationEnabled

      public void setGroupSynchronizationEnabled(boolean groupSynchronizationEnabled)
    • getChildren

      public List<ProfilePropertySettingEntity> getChildren()
    • setChildren

      public void setChildren(List<ProfilePropertySettingEntity> children)