Class PropertyStringQueryEntity

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

public class PropertyStringQueryEntity extends Object
Entity bean for querying against the alf_prop_string_value table.
Since:
3.2
Author:
Derek Hulley
  • Constructor Details

    • PropertyStringQueryEntity

      public PropertyStringQueryEntity(Short persistedType, Long actualTypeId, String value)
  • Method Details

    • getPersistedType

      public Short getPersistedType()
    • getActualTypeId

      public Long getActualTypeId()
    • getStringValue

      public String getStringValue()
    • getStringEndLower

      public String getStringEndLower()
    • getStringCrc

      public Long getStringCrc()