java.lang.Object
org.apache.ignite.migrationtools.tests.models.SimplePojo

public class SimplePojo extends Object
Simple Pojo.
  • Constructor Details

    • SimplePojo

      public SimplePojo(String name, int amount, BigDecimal decimalAmount)
      Constructor.
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAmount

      public int getAmount()
    • setAmount

      public void setAmount(int amount)
    • getDecimalAmount

      public BigDecimal getDecimalAmount()
    • setDecimalAmount

      public void setDecimalAmount(BigDecimal decimalAmount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object