Class CmsUserAddInfoBean

java.lang.Object
org.opencms.workplace.tools.accounts.CmsUserAddInfoBean

public class CmsUserAddInfoBean extends Object
User additional information bean.

Since:
6.5.6
  • Constructor Details

    • CmsUserAddInfoBean

      public CmsUserAddInfoBean(String name, String value, Class<?> type)
      Default constructor.

      Parameters:
      name - the name of the additional info entry
      value - the value
      type - the type
  • Method Details

    • getName

      public String getName()
      Returns the name.

      Returns:
      the name
    • getType

      public Class<?> getType()
      Returns the type.

      Returns:
      the type
    • getValue

      public String getValue()
      Returns the value.

      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.

      Parameters:
      value - the value to set