Class QuoteActionWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class QuoteActionWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Action for the quote.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()  
      void setAction​(java.lang.String action)  
      • Methods inherited from class java.lang.Object

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

      • QuoteActionWsDTO

        public QuoteActionWsDTO()
    • Method Detail

      • setAction

        public void setAction​(java.lang.String action)
      • getAction

        public java.lang.String getAction()