Class CmsUserAddInfoBean


  • public class CmsUserAddInfoBean
    extends java.lang.Object
    User additional information bean.

    Since:
    6.5.6
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsUserAddInfoBean​(java.lang.String name, java.lang.String value, java.lang.Class<?> type)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name.
      java.lang.Class<?> getType()
      Returns the type.
      java.lang.String getValue()
      Returns the value.
      void setValue​(java.lang.String value)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsUserAddInfoBean

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

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

      • getName

        public java.lang.String getName()
        Returns the name.

        Returns:
        the name
      • getType

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

        Returns:
        the type
      • getValue

        public java.lang.String getValue()
        Returns the value.

        Returns:
        the value
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value.

        Parameters:
        value - the value to set