com.ibm.websphere.wim.model

Interface EntitlementType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAttribute()
      Returns the value of the 'Attribute' attribute.
      java.lang.String getMethod()
      Returns the value of the 'Method' attribute.
      java.lang.String getObject()
      Returns the value of the 'Object' attribute.
      void setAttribute(java.lang.String value)
      Sets the value of the 'Attribute' attribute.
      void setMethod(java.lang.String value)
      Sets the value of the 'Method' attribute.
      void setObject(java.lang.String value)
      Sets the value of the 'Object' attribute.
    • Method Detail

      • setAttribute

        void setAttribute(java.lang.String value)
        Sets the value of the 'Attribute' attribute.
        Parameters:
        value - the new value of the 'Attribute' attribute.
        See Also:
        getAttribute()
        Generated:
      • setMethod

        void setMethod(java.lang.String value)
        Sets the value of the 'Method' attribute.
        Parameters:
        value - the new value of the 'Method' attribute.
        See Also:
        getMethod()
        Generated:
      • setObject

        void setObject(java.lang.String value)
        Sets the value of the 'Object' attribute.
        Parameters:
        value - the new value of the 'Object' attribute.
        See Also:
        getObject()
        Generated: