Class ContentPropertyValue

java.lang.Object
org.alfresco.solr.client.PropertyValue
org.alfresco.solr.client.ContentPropertyValue

public class ContentPropertyValue extends PropertyValue
Represents a content property value, including locale, length, content id, encoding, mime type
Since:
4.0
  • Constructor Details

    • ContentPropertyValue

      public ContentPropertyValue(Locale locale, long length, String encoding, String mimetype, Long id)
  • Method Details

    • getEncoding

      public String getEncoding()
    • getMimetype

      public String getMimetype()
    • getLocale

      public Locale getLocale()
    • getLength

      public long getLength()
    • getId

      public Long getId()
    • toString

      public String toString()
      Overrides:
      toString in class Object