Class UserAttribute


  • public class UserAttribute
    extends Object
    Entity that defines attributes that may be stored on users.
    Since:
    11.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • UserAttribute

        public UserAttribute​(String id,
                             IMonitorField.DataType dataType)
        Creates a new user attribute.
        Parameters:
        id - the attribute identifier.
        dataType - the attribute data type.
        Since:
        11.0.0
    • Method Detail

      • getId

        public String getId()
        Returns the identifier of this user attribute.
        Returns:
        the identifier of this user attribute.
        Since:
        11.0.0
      • getLocalizedLabel

        public String getLocalizedLabel()
        Returns the result of localizing getLabel() using getStringResourcePath() using the current session's locale.
        Returns:
        the localized label.
        Since:
        11.0.0
      • setLabel

        public void setLabel​(String label)
        Sets the label for this attribute.
        Parameters:
        label - the label, that may be a localization key for getStringResourcePath().
        Since:
        11.0.0
      • getDataType

        public IMonitorField.DataType getDataType()
        Returns the data type of this attribute.
        Returns:
        the data type.
        Since:
        11.0.0
      • getStringResourcePath

        public String getStringResourcePath()
        Returns the string resource path used for localizing the attribute label.
        Returns:
        the string resource path.
        Since:
        11.0.0
      • setStringResourcePath

        public void setStringResourcePath​(String stringResourcePath)
        Sets the string resource path used for localizing the attribute label.
        Parameters:
        stringResourcePath - the string resource path.
        Since:
        11.0.0
      • isFromModule

        public boolean isFromModule()
        Returns whether this attribute is defined in a module.
        Returns:
        true if this attribute is defined in a module, false otherwise.
        Since:
        11.0.0
      • setFromModule

        public void setFromModule​(boolean fromModule)
        Sets whether this attribute is defined in a module.
        Parameters:
        fromModule - true if this attribute is defined in a module, false otherwise.
        Since:
        11.0.0
      • identifyUser

        public boolean identifyUser()
        Returns the identifyUser.
        Returns:
        the identifyUser
        Since:
        12.3.0
      • setIdentifyUser

        public void setIdentifyUser​(boolean identifyUser)
        Sets the identifyUser.
        Parameters:
        identifyUser - the identifyUser value to set.
        Since:
        12.3.0
      • getUserAttributeId

        public String getUserAttributeId()
        Returns the userAttributeId.
        Returns:
        the userAttributeId
        Since:
        14.0.0
      • isShared

        public boolean isShared()
        Returns the isShared.
        Returns:
        the isShared
        Since:
        14.0.0
      • setShared

        public void setShared​(boolean isShared)
        Sets the isShared.
        Parameters:
        isShared - the isShared value to set.
        Since:
        14.0.0
      • getServiceInstanceId

        public String getServiceInstanceId()
        Returns the serviceInstanceId.
        Returns:
        the serviceInstanceId
        Since:
        14.0.0
      • setServiceInstanceId

        public void setServiceInstanceId​(String serviceInstanceId)
        Sets the serviceInstanceId.
        Parameters:
        serviceInstanceId - the serviceInstanceId value to set.
        Since:
        14.0.0
      • setUserAttributeId

        protected void setUserAttributeId​(String userAttributeId)
        Sets the userAttributeId.
        Parameters:
        userAttributeId - the userAttributeId value to set.
        Since:
        14.0.0
      • isIdentifyUser

        public boolean isIdentifyUser()
        Returns the identifyUser.
        Returns:
        the identifyUser
        Since:
        14.0.0