wt.ufid.delegates
Class UfidSetDelegate

java.lang.Object
  extended bywt.ufid.delegates.UfidSetDelegate
All Implemented Interfaces:
UfidDelegate
Direct Known Subclasses:
DefaultUfidSetDelegate, IteratedUfidSetDelegate

public abstract class UfidSetDelegate
extends Object
implements UfidDelegate



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  Ufid ufid
           
 
Constructor Summary
UfidSetDelegate()
           
 
Method Summary
 Ufid getUfid()
          Gets the value of the attribute: ufid.
 void setUfid(Ufid a_Ufid)
          Sets the value of the attribute: ufid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wt.ufid.delegates.UfidDelegate
process
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

ufid

private Ufid ufid
Constructor Detail

UfidSetDelegate

public UfidSetDelegate()
Method Detail

getUfid

public Ufid getUfid()
Gets the value of the attribute: ufid.

Supported API: false

Returns:
Ufid

setUfid

public void setUfid(Ufid a_Ufid)
             throws WTPropertyVetoException
Sets the value of the attribute: ufid.

Supported API: false

Parameters:
a_Ufid -
Throws:
WTPropertyVetoException