com.partnersoft.data
Class PartnerDateWrapper2String

java.lang.Object
  extended by com.partnersoft.data.PartnerDateWrapper2String
All Implemented Interfaces:
ObjectTransform

public class PartnerDateWrapper2String
extends java.lang.Object
implements ObjectTransform

A transform that turns a PartnerDateWrapper into a String of specified format.

Author:
Paul Reavis Copyright 2000 Partner Software, Inc.

Constructor Summary
PartnerDateWrapper2String()
           
 
Method Summary
 java.lang.String getFormat()
           
 void setFormat(java.lang.String newFormat)
           
 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

PartnerDateWrapper2String

public PartnerDateWrapper2String()
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

getFormat

public java.lang.String getFormat()

setFormat

public void setFormat(java.lang.String newFormat)