Class ContentPropertyValue


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

      • ContentPropertyValue

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

      • getEncoding

        public String getEncoding()
      • getMimetype

        public String getMimetype()
      • getLocale

        public Locale getLocale()
      • getLength

        public long getLength()
      • getId

        public Long getId()