Class Droplets

All Implemented Interfaces:
Serializable

public class Droplets extends Base
Represents Droplets attributes
Since:
v2.0
Author:
Jeevanandam M. (jeeva@myjeeva.com)
See Also:
  • Constructor Details

    • Droplets

      public Droplets()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Base
    • getDroplets

      public List<Droplet> getDroplets()
      Returns:
      the droplets
    • setDroplets

      public void setDroplets(List<Droplet> droplets)
      Parameters:
      droplets - the droplets to set