Interface ModelTestTwoFieldKey

All Superinterfaces:
org.fugerit.java.core.lang.compare.CheckEmpty
All Known Implementing Classes:
HelperTestTwoFieldKey, ObjTestTwoFieldKey, WrapperTestTwoFieldKey

public interface ModelTestTwoFieldKey extends org.fugerit.java.core.lang.compare.CheckEmpty
ModelTestTwoFieldKey, version : 1.0.0 author: fugerit warning!: auto generated object, insert custom code only between comments : // custom code start ( code above here will be overwritten ) // custom code end ( code below here will be overwritten )
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter method for property : idOne (nullable: no)
    Getter method for property : idTwo (nullable: no)
    Getter method for property : info (nullable: no)
    void
    Setter method for property : idOne (nullable: no)
    void
    Setter method for property : idTwo (nullable: no)
    void
    setInfo(String value)
    Setter method for property : info (nullable: no)

    Methods inherited from interface org.fugerit.java.core.lang.compare.CheckEmpty

    isEmpty
  • Method Details

    • getIdOne

      BigDecimal getIdOne()
      Getter method for property : idOne (nullable: no)
      Returns:
      the value of idOne
    • setIdOne

      void setIdOne(BigDecimal value)
      Setter method for property : idOne (nullable: no)
      Parameters:
      value - the value of idOne
    • getIdTwo

      BigDecimal getIdTwo()
      Getter method for property : idTwo (nullable: no)
      Returns:
      the value of idTwo
    • setIdTwo

      void setIdTwo(BigDecimal value)
      Setter method for property : idTwo (nullable: no)
      Parameters:
      value - the value of idTwo
    • getInfo

      String getInfo()
      Getter method for property : info (nullable: no)
      Returns:
      the value of info
    • setInfo

      void setInfo(String value)
      Setter method for property : info (nullable: no)
      Parameters:
      value - the value of info