org.equanda.ymport
Class FieldHandler
java.lang.Object
org.equanda.ymport.FieldHandler
public class FieldHandler
- extends Object
Field handler, adds an extra field in a proxy object
- Author:
- NetRom team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UOID
public static final FieldHandler UOID
EQUANDA_TYPE
public static final FieldHandler EQUANDA_TYPE
FieldHandler
public FieldHandler()
FieldHandler
public FieldHandler(FieldParser parser)
setField
public void setField(Object proxyObject,
Object fieldValue)
throws ImportHandlerException
- Set the given fieldValue in the given valueObject
- Parameters:
proxyObject
- import proxy object which needs to have the field setfieldValue
- field proxy to set, as result from parser, should not be null (in that case
the FieldHandler should not be called, as the proxy was not specified)
- Throws:
ImportHandlerException
- oops
setMultiple
public void setMultiple(EquandaImportProxy proxy,
Collection value)
Copyright © 2007-2009. All Rights Reserved.