Class CMAScheduledAction


  • public class CMAScheduledAction
    extends CMAResource
    Represents model for scheduled action.
    • Constructor Detail

      • CMAScheduledAction

        public CMAScheduledAction​(CMAType type)
    • Method Detail

      • getEntity

        public CMALink getEntity()
      • setEntity

        public void setEntity​(CMALink entity)
      • getEnvironment

        public CMALink getEnvironment()
      • setEnvironment

        public void setEnvironment​(CMALink environment)
      • setScheduledFor

        public void setScheduledFor​(CMAScheduledFor scheduledFor)
      • getAction

        public java.lang.String getAction()
      • setSystem

        public CMAScheduledAction setSystem​(CMASystem system)
        Description copied from class: CMAResource
        Sets the system field.
        Overrides:
        setSystem in class CMAResource
        Parameters:
        system - sets the system property.
        Returns:
        this, as casted to a resource, for the ease of chaining.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CMAResource
        Returns:
        a human readable string, representing the object.