com.partnersoft.v3x.apps.Staker.accounting.SEDC
Class SEDCJobTransform

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.accounting.SEDC.SEDCJobTransform
All Implemented Interfaces:
ObjectTransform

public class SEDCJobTransform
extends java.lang.Object
implements ObjectTransform

An ObjectTransform that turns a Partner job into an SEDC job for suitable for reports.


Constructor Summary
SEDCJobTransform()
           
 
Method Summary
 java.lang.Object transform(java.lang.Object victim)
          Our one method; this transforms one object into another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEDCJobTransform

public SEDCJobTransform()
Method Detail

transform

public java.lang.Object transform(java.lang.Object victim)
Description copied from interface: ObjectTransform
Our one method; this transforms one object into another. Transformation must be nondestructive, but may produce a derived product that is still affected by changes to the original, so beware.

Specified by:
transform in interface ObjectTransform