local.tomas.mobile.sync.trans
Class AttributeTransformationBase<T>
java.lang.Object
local.tomas.mobile.sync.trans.AttributeTransformationBase<T>
- All Implemented Interfaces:
- AttributeTransformation<T>
public abstract class AttributeTransformationBase<T>
- extends java.lang.Object
- implements AttributeTransformation<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeTransformationBase
public AttributeTransformationBase()
getAttribute
public abstract T getAttribute(SyncObject source,
java.lang.String sourceField,
java.lang.Class<T> type)
throws SyncException
- Throws:
SyncException
transform
public void transform(SyncObject source,
java.lang.String sourceField,
SyncObject target,
java.lang.String targetField,
java.lang.Class<T> type)
throws SyncException
- Specified by:
transform in interface AttributeTransformation<T>
- Throws:
SyncException
Copyright © 2007 null. All Rights Reserved.