Package org.alfresco.solr.client
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 Summary
Constructors Constructor Description ContentPropertyValue(Locale locale, long length, String encoding, String mimetype, Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncoding()
Long
getId()
long
getLength()
Locale
getLocale()
String
getMimetype()
String
toString()
-