Class ProfilePropertySettingEntity
java.lang.Object
org.exoplatform.social.rest.entity.ProfilePropertySettingEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()List<org.exoplatform.social.core.model.Label>getOrder()getValue()booleanisActive()booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetActive(boolean active) voidsetChildren(List<ProfilePropertySettingEntity> children) voidsetEditable(boolean editable) voidsetGroupSynchronizationEnabled(boolean groupSynchronizationEnabled) voidsetGroupSynchronized(boolean groupSynchronized) voidvoidsetInternal(boolean internal) voidvoidsetMultiValued(boolean multiValued) voidvoidsetParentId(Long parentId) voidsetPropertyName(String propertyName) voidsetRequired(boolean required) voidsetResolvedLabel(String resolvedLabel) voidvoidsetVisible(boolean visible)
-
Constructor Details
-
ProfilePropertySettingEntity
public ProfilePropertySettingEntity()
-
-
Method Details
-
getId
-
setId
-
getPropertyName
-
setPropertyName
-
getValue
-
setValue
-
getResolvedLabel
-
setResolvedLabel
-
isVisible
public boolean isVisible() -
setVisible
public void setVisible(boolean visible) -
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean editable) -
getParentId
-
setParentId
-
getOrder
-
setOrder
-
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
-
setLabels
-
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
-
setChildren
-