Class WriteBid

  • All Implemented Interfaces:
    Transform

    public class WriteBid
    extends java.lang.Object
    implements Transform
    An implmentation of Transform that Writes the given Bid to global state.
    Since:
    0.0.1
    See Also:
    Transform
    • Constructor Summary

      Constructors 
      Constructor Description
      WriteBid()  
    • Constructor Detail

      • WriteBid

        public WriteBid()
    • Method Detail

      • getBid

        public Bid getBid()
        See Also:
        Bid
      • setBid

        public void setBid​(Bid bid)
        See Also:
        Bid
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object