Class 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 Detail

      • PropertyIdSearchRow

        public PropertyIdSearchRow()
    • Method Detail

      • 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)