Class CmsUserAddInfoBean
java.lang.Object
org.opencms.workplace.tools.accounts.CmsUserAddInfoBean
User additional information bean.
- Since:
- 6.5.6
-
Constructor Summary
ConstructorDescriptionCmsUserAddInfoBean
(String name, String value, Class<?> type) Default constructor. -
Method Summary
-
Constructor Details
-
CmsUserAddInfoBean
Default constructor.- Parameters:
name
- the name of the additional info entryvalue
- the valuetype
- the type
-
-
Method Details
-
getName
Returns the name.- Returns:
- the name
-
getType
Returns the type.- Returns:
- the type
-
getValue
Returns the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value
- the value to set
-