com.ibm.itim.dataservices.model.policy

Class DirectoryPolicy

    • Field Detail

      • POLICY_ATTR_NAME

        public static final java.lang.String POLICY_ATTR_NAME
        String constant for the name attribute name.
        See Also:
        Constant Field Values
      • POLICY_ATTR_KEY_WORDS

        public static final java.lang.String POLICY_ATTR_KEY_WORDS
        String constant for the keywords attribute name.
        See Also:
        Constant Field Values
      • POLICY_ATTR_CAPTION

        public static final java.lang.String POLICY_ATTR_CAPTION
        String constant for the label attribute name.
        See Also:
        Constant Field Values
      • POLICY_ATTR_DESCRIPTION

        public static final java.lang.String POLICY_ATTR_DESCRIPTION
        String constant for the description attribute name.
        See Also:
        Constant Field Values
      • POLICY_ATTR_ENABLED

        public static final java.lang.String POLICY_ATTR_ENABLED
        String constant for the enabled attribute name.
        See Also:
        Constant Field Values
      • POLICY_ATTR_ISDRAFT

        public static final java.lang.String POLICY_ATTR_ISDRAFT
        String constant for the draft attribute name.
        See Also:
        Constant Field Values
      • POLICY_ATTR_PRIORITY

        public static final java.lang.String POLICY_ATTR_PRIORITY
        String constant for the priority attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getParentDN

        public DistinguishedName getParentDN()
        Returns the parent DN.
        Returns:
        the DistinguishedName object of the parent.
      • getName

        public java.lang.String getName()
        Returns the value of the name attribute.
        Specified by:
        getName in interface Policy
        Overrides:
        getName in class DirectoryObject
        Returns:
        the current value of the name attribute .
      • setName

        public void setName(java.lang.String aName)
        Sets the value of the name attribute.
        Specified by:
        setName in interface Policy
        Parameters:
        aName - the new value of the name attribute.
      • getKeywords

        public java.lang.String getKeywords()
        Returns the value of the keywords attribute.
        Specified by:
        getKeywords in interface Policy
        Returns:
        the current value of the Keywords attribute.
      • setKeywords

        public void setKeywords(java.lang.String keywords)
        Sets the value of the keywords attribute.
        Specified by:
        setKeywords in interface Policy
        Parameters:
        aKeywords - the new value of the Keywords attribute
      • getCaption

        public java.lang.String getCaption()
        Returns the value of the caption attribute.
        Specified by:
        getCaption in interface Policy
        Returns:
        the current value of the Caption attribute.
      • setCaption

        public void setCaption(java.lang.String aCaption)
        Sets the value of the caption attribute.
        Specified by:
        setCaption in interface Policy
        Parameters:
        aCaption - the new value of the Caption attribute
      • getDescription

        public java.lang.String getDescription()
        Returns the value of the description attribute.
        Specified by:
        getDescription in interface Policy
        Returns:
        the current value of the Description attribute.
      • setDescription

        public void setDescription(java.lang.String aDescription)
        Sets the value of the description attribute.
        Specified by:
        setDescription in interface Policy
        Parameters:
        aDescription - the new value of the Description attribute
      • isEnabled

        public boolean isEnabled()
        Returns the value of the enabled attribute.
        Specified by:
        isEnabled in interface Policy
        Returns:
        the current value of the Enabled attribute.
      • setEnabled

        public void setEnabled(boolean enabled)
        Sets the value of the enabled attribute.
        Specified by:
        setEnabled in interface Policy
        Parameters:
        enabled - the new boolean value of the Enabled attribute.