Class PortalProperty

  • All Implemented Interfaces:
    Serializable

    public class PortalProperty
    extends Object
    implements Serializable
    This class is used to store the custom properties of the user portal for the display in a datatable.
    Since:
    8.4.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • PortalProperty

        public PortalProperty​(String key,
                              String value)
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)