Class CodeValueInputPOJO

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.CodeValueInputPOJO
All Implemented Interfaces:
Serializable

public class CodeValueInputPOJO extends BasePOJO
This POJO will be used to accept Code & Value details from caller. Internally, we can use CodeValueDataObject which has String value converted to proper data type.
See Also:
  • Constructor Details

    • CodeValueInputPOJO

      public CodeValueInputPOJO()
    • CodeValueInputPOJO

      public CodeValueInputPOJO(String pCode, String pValue)
  • Method Details

    • setCode

      public void setCode(String pCode)
    • getCode

      public String getCode()
    • setValue

      public void setValue(String pValue)
    • getValue

      public String getValue()
    • setEncrypted

      public void setEncrypted(boolean pEncrypted)
    • isEncrypted

      public boolean isEncrypted()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object