Class IdentifiedPojo

java.lang.Object
org.apache.ignite.migrationtools.tests.models.IdentifiedEntity
org.apache.ignite.migrationtools.tests.models.IdentifiedPojo

public class IdentifiedPojo extends IdentifiedEntity
IdentifiedPojo.
  • Constructor Details

    • IdentifiedPojo

      public IdentifiedPojo(String name, int amount, Double 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 Double getDecimalAmount()
    • setDecimalAmount

      public void setDecimalAmount(Double decimalAmount)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class IdentifiedEntity