Class PropertyIdSearchRow

java.lang.Object
org.alfresco.repo.domain.propval.PropertyIdSearchRow

public class PropertyIdSearchRow extends Object
Entity bean search results from alf_prop_collections_link and alf_prop_value tables.
Since:
3.2
Author:
Derek Hulley
  • Constructor Details

    • PropertyIdSearchRow

      public PropertyIdSearchRow()
  • Method Details

    • toString

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

      public PropertyLinkEntity getLinkEntity()
    • getValueEntity

      public PropertyValueEntity getValueEntity()
    • setRootPropId

      public void setRootPropId(Long rootPropId)
    • setPropIndex

      public void setPropIndex(Long propIndex)
    • setContainedIn

      public void setContainedIn(Long containedIn)
    • setKeyPropId

      public void setKeyPropId(Long keyPropId)
    • setValuePropId

      public void setValuePropId(Long valuePropId)
    • setActualTypeId

      public void setActualTypeId(Long actualTypeId)
    • setPersistedType

      public void setPersistedType(Short persistedType)
    • setLongValue

      public void setLongValue(Long longValue)
    • setStringValue

      public void setStringValue(String stringValue)
    • setDoubleValue

      public void setDoubleValue(Double doubleValue)
    • setSerializableValue

      public void setSerializableValue(Serializable serializableValue)