Class PostProcess


  • public class PostProcess
    extends Action
    A representation of a post-processing production step.
    • Constructor Summary

      Constructors 
      Constructor Description
      PostProcess()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVersion()
      Get the version of this object.
      void setVersion​(java.lang.String version)
      Set the version of this Source, e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PostProcess

        public PostProcess()
    • Method Detail

      • setVersion

        public void setVersion​(java.lang.String version)
        Set the version of this Source, e.g. 2.0.0
        Parameters:
        version - the version
      • getVersion

        public java.lang.String getVersion()
        Get the version of this object.
        Returns:
        the version