Class Modify

    • Field Detail

      • MODIFY_DESCRIPTION

        public static final String MODIFY_DESCRIPTION
        A string constant for the description slot name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Modify

        public Modify()
        Default constructor.
    • Method Detail

      • setDescription

        public void setDescription​(Object desc)
        Set the description slot of this object.
        Parameters:
        desc - An AMS or DF description for this action.
      • getDescription

        public Object getDescription()
        Retrieve the description slot of this object.
        Returns:
        The value of the description slot of this action, or null if no value was set.