Package flexagon.fd.model2.pojo
Class CodeValueInputPOJO
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.CodeValueInputPOJO
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CodeValueInputPOJO
public CodeValueInputPOJO() -
CodeValueInputPOJO
-
-
Method Details
-
setCode
-
getCode
-
setValue
-
getValue
-
setEncrypted
public void setEncrypted(boolean pEncrypted) -
isEncrypted
public boolean isEncrypted() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-