Class UserPortalProperties
java.lang.Object
de.xima.fc.mdl.portal.UserPortalProperties
- All Implemented Interfaces:
Serializable
Properties model class of the
UserPortal entity- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the test string property, intended for testing purposes.voidsetTestString(String testString) Sets the value of the test string property, intended for testing purposes.
-
Constructor Details
-
UserPortalProperties
public UserPortalProperties()
-
-
Method Details
-
getTestString
Gets the value of the test string property, intended for testing purposes.- Returns:
- The value of the test string property.
-
setTestString
Sets the value of the test string property, intended for testing purposes.- Parameters:
testString- The value of the test string property.
-