com.ibm.jarm.api.core

Interface DispositionAction

    • Method Detail

      • getActionName

        java.lang.String getActionName()
        Returns the ActionName property value assigned to this disposition action.
        Returns:
        A String value.
      • setActionName

        void setActionName(java.lang.String name)
        Sets the ActionName property value for this disposition action.

        This name value must be unique relative to all other disposition actions defined on the same file plan repository. Validation of such name uniqueness does not occur until the save method is called.

        Parameters:
        name - a String value. Cannot be null or blank.
      • getDescription

        java.lang.String getDescription()
        Returns the RMEntityDescription property value assigned to this disposition action.
        Returns:
        A String value; can be null or empty.
      • setDescription

        void setDescription(java.lang.String value)
        Sets the RMEntityDescription property value for this disposition action.
        Parameters:
        value - a String value. Can be null or blank.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.