Package wt.fc.batch

Class UpdateColumnExpression

java.lang.Object
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:
  • Constructor Details

    • 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 Details

    • 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