wt.fc.batch
Class UpdateColumnExpression

java.lang.Object
  extended by wt.fc.batch.UpdateColumnExpression
All Implemented Interfaces:
Externalizable, Serializable

public class UpdateColumnExpression
extends Object
implements Externalizable

This class specifies a ClassAttribute and associate expression that is used for batch specficiation update.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
UpdateColumnExpression()
          Default Constructor.
UpdateColumnExpression(ClassAttribute a_attribute, ColumnExpression a_value)
          This constructor initializes the instance.
 
Method Summary
 ClassAttribute getAttribute()
          Gets the value of the attribute: attribute; The class attribute that will be set.
 ColumnExpression getValue()
          Gets the value of the attribute: value; The value to set.
 void setAttribute(ClassAttribute a_Attribute)
          Sets the value of the attribute: attribute; The class attribute that will be set.
 void setValue(ColumnExpression a_Value)
          Sets the value of the attribute: value; The value to set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateColumnExpression

public UpdateColumnExpression()
Default Constructor.

Supported API: true


UpdateColumnExpression

public UpdateColumnExpression(ClassAttribute a_attribute,
                              ColumnExpression a_value)
                       throws WTPropertyVetoException
This constructor initializes the instance.

Supported API: true

Parameters:
a_attribute - The attribute to set.
a_value - The expression to use for setting the value.
Throws:
WTPropertyVetoException
Method Detail

getAttribute

public ClassAttribute getAttribute()
Gets the value of the attribute: attribute; The class attribute that will be set.

Supported API: true

Returns:
ClassAttribute

setAttribute

public void setAttribute(ClassAttribute a_Attribute)
                  throws WTPropertyVetoException
Sets the value of the attribute: attribute; The class attribute that will be set.

Supported API: true

Parameters:
a_Attribute -
Throws:
WTPropertyVetoException

getValue

public ColumnExpression getValue()
Gets the value of the attribute: value; The value to set.

Supported API: true

Returns:
ColumnExpression

setValue

public void setValue(ColumnExpression a_Value)
              throws WTPropertyVetoException
Sets the value of the attribute: value; The value to set.

Supported API: true

Parameters:
a_Value -
Throws:
WTPropertyVetoException