Package de.xima.fc.gui.model.portal
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalProperty(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-