Class PortalProperty

java.lang.Object
de.xima.fc.gui.model.portal.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:
  • Constructor Details

    • PortalProperty

      public PortalProperty(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)