Package de.xima.fc.mdl.portal
Class UserPortalProperties
- java.lang.Object
-
- de.xima.fc.mdl.portal.UserPortalProperties
-
- All Implemented Interfaces:
Serializable
public class UserPortalProperties extends Object implements Serializable
Properties model class of theUserPortal
entity- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPortalProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTestString()
Gets the value of the test string property, intended for testing purposes.void
setTestString(String testString)
Sets the value of the test string property, intended for testing purposes.
-
-
-
Method Detail
-
getTestString
public String getTestString()
Gets the value of the test string property, intended for testing purposes.- Returns:
- The value of the test string property.
-
setTestString
public void setTestString(String testString)
Sets the value of the test string property, intended for testing purposes.- Parameters:
testString
- The value of the test string property.
-
-