Class SimpleUserAttribute

    • Field Detail

      • attribute

        private String attribute
        attribute value
      • user

        private User user
        user value
    • Constructor Detail

      • SimpleUserAttribute

        public SimpleUserAttribute​(User inUser,
                                   UserAttributeType inType,
                                   String inAttribute)
        Create a new SimpleUserAttribute instance.
        Parameters:
        inUser - a User value
        inType - a UserAttributeType value
        inAttribute - a String value
      • SimpleUserAttribute

        public SimpleUserAttribute​(UserAttribute inUserAttribute)
        Create a new SimpleUserAttribute instance.
        Parameters:
        inUserAttribute - a UserAttribute value
    • Method Detail

      • setAttributeType

        public void setAttributeType​(UserAttributeType inAttributeType)
        Sets the attributeType value.
        Parameters:
        inAttributeType - a UserAttributeType value
      • setAttribute

        public void setAttribute​(String inAttribute)
        Sets the attribute value.
        Parameters:
        inAttribute - a String value
      • setUser

        public void setUser​(User inUser)
        Sets the user value.
        Parameters:
        inUser - a User value