Class SmarteditConfigurationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SmarteditConfigurationModel
    extends ItemModel
    Generated model class for type SmarteditConfiguration first defined at extension smarteditwebservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • KEY

        public static final java.lang.String KEY
        Generated constant - Attribute key of SmarteditConfiguration.key attribute defined at extension smarteditwebservices.
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Generated constant - Attribute key of SmarteditConfiguration.value attribute defined at extension smarteditwebservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SmarteditConfigurationModel

        public SmarteditConfigurationModel()
        Generated constructor - Default constructor for generic creation.
      • SmarteditConfigurationModel

        public SmarteditConfigurationModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SmarteditConfigurationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SmarteditConfigurationModel​(java.lang.String _key,
                                           java.lang.String _value)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _key - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
        _value - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
      • SmarteditConfigurationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SmarteditConfigurationModel​(java.lang.String _key,
                                           ItemModel _owner,
                                           java.lang.String _value)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _key - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
        _owner - initial attribute declared by type Item at extension core
        _value - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
    • Method Detail

      • getKey

        @Accessor(qualifier="key",
                  type=GETTER)
        public java.lang.String getKey()
        Generated method - Getter of the SmarteditConfiguration.key attribute defined at extension smarteditwebservices.
        Returns:
        the key - name of the property
      • getValue

        @Accessor(qualifier="value",
                  type=GETTER)
        public java.lang.String getValue()
        Generated method - Getter of the SmarteditConfiguration.value attribute defined at extension smarteditwebservices.
        Returns:
        the value - value of the property
      • setKey

        @Accessor(qualifier="key",
                  type=SETTER)
        public void setKey​(java.lang.String value)
        Generated method - Setter of SmarteditConfiguration.key attribute defined at extension smarteditwebservices.
        Parameters:
        value - the key - name of the property
      • setValue

        @Accessor(qualifier="value",
                  type=SETTER)
        public void setValue​(java.lang.String value)
        Generated method - Setter of SmarteditConfiguration.value attribute defined at extension smarteditwebservices.
        Parameters:
        value - the value - value of the property