jpa.p1.pub
Class PubUpdate

java.lang.Object
  |
  +--jpa.p1.pub.PubUpdate

public class PubUpdate
extends java.lang.Object

This class represents a series of field updates to a PlatformOne published record. It is instantiated by the JPA PlatformOne Publishing package, in response to an invocation of the beginUpdate method in the PubRecord class.


Method Summary
 void end()
          This method ends the series of updates and sends it to the publishing host.
 void setValue(java.lang.String field, java.lang.String value, java.lang.String displayValue)
          This method sets the value of a single field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setValue

public void setValue(java.lang.String field,
                     java.lang.String value,
                     java.lang.String displayValue)
This method sets the value of a single field.

end

public void end()
This method ends the series of updates and sends it to the publishing host.