Class ProfilePropertySettingEntity

java.lang.Object
org.exoplatform.social.core.jpa.storage.entity.ProfilePropertySettingEntity
All Implemented Interfaces:
Serializable

@Entity(name="SocProfileSettingEntity") public class ProfilePropertySettingEntity extends Object implements Serializable
See Also:
  • 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)
    • 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)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)
    • isHiddenable

      public boolean isHiddenable()
    • setHiddenable

      public void setHiddenable(boolean hiddenable)
    • getPropertyType

      public String getPropertyType()
    • setPropertyType

      public void setPropertyType(String propertyType)
    • getUpdatedDate

      public Date getUpdatedDate()
    • setUpdatedDate

      public void setUpdatedDate(Date updatedDate)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object