Class VersionPayloadDescriptor


  • public class VersionPayloadDescriptor
    extends java.lang.Object
    DTO to store payload's attribute specific context.
    Used in CMSVersionToItemModelPopulator to retrieve proper converter for an attribute.
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionPayloadDescriptor​(java.lang.String type, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionPayloadDescriptor

        public VersionPayloadDescriptor​(java.lang.String type,
                                        java.lang.String value)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getValue

        public java.lang.String getValue()