org.sandev.ui.structs
Class AggregateUpdateInstanceStruct

java.lang.Object
  extended by org.sandev.ui.structs.VerbInstanceStruct
      extended by org.sandev.ui.structs.AggregateUpdateInstanceStruct
Direct Known Subclasses:
AggregateUpdateInstance

public class AggregateUpdateInstanceStruct
extends VerbInstanceStruct

An instance of an AggregateUpdate for use in editing interfaces.

This message has the following verb forms: update

Field Summary
protected  UpdateInstanceStruct[] updates
          Corresponds to updates field in the AggregateUpdate message
 
Fields inherited from class org.sandev.ui.structs.VerbInstanceStruct
baseInstanceClass, sandTransmissionCount, sandTransmitAuthID, sandTransmitErrorMessage, sandTransmitStatus
 
Constructor Summary
AggregateUpdateInstanceStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updates

protected UpdateInstanceStruct[] updates
Corresponds to updates field in the AggregateUpdate message

Constructor Detail

AggregateUpdateInstanceStruct

public AggregateUpdateInstanceStruct()