com.mindtree.techworks.insight.reporting.verifiers
Interface DefaultImplDeserializable

All Known Implementing Classes:
AbstractVerifier

public interface DefaultImplDeserializable

Marks a Verifier to be deserializable by the default VerifierDeserializer implementation - VerifierDeserializerImpl. Additionaly provides a method used by the deserializer to populate the fields in the Verifier.

Since:
Insight 1.5
Version:
$Revision: 27 $ $Date: 2007-12-16 04:58:03 -0700 (Sun, 16 Dec 2007) $
Author:
Bindul Bhowmik
See Also:
VerifierDeserializerImpl

Method Summary
 void deserializeField(java.lang.String fieldName, java.lang.String fieldValue)
          Populates the field passed in the reincarnated Verifier.
 

Method Detail

deserializeField

void deserializeField(java.lang.String fieldName,
                      java.lang.String fieldValue)
Populates the field passed in the reincarnated Verifier. If a field is of Array type or a Collection, then the method would be called multiple times with the same fieldName with different values of the fieldValue.

Parameters:
fieldName - The name of the field to be populated.
fieldValue - The value of the field.


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.