j8583.example
Class ProductEncoder
java.lang.Object
j8583.example.ProductEncoder
- All Implemented Interfaces:
- CustomField<ProductData>
public class ProductEncoder
- extends Object
- implements CustomField<ProductData>
This is an example of a CustomField encoder/decoder.
- Author:
- Enrique Zamudio
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductEncoder
public ProductEncoder()
decodeField
public ProductData decodeField(String value)
- Specified by:
decodeField
in interface CustomField<ProductData>
encodeField
public String encodeField(ProductData value)
- Specified by:
encodeField
in interface CustomField<ProductData>