org.sandev.ui.structs
Class CollectionInstanceStruct

java.lang.Object
  extended by org.sandev.ui.structs.VerbInstanceStruct
      extended by org.sandev.ui.structs.CollectionInstanceStruct
Direct Known Subclasses:
CollectionInstance

public class CollectionInstanceStruct
extends VerbInstanceStruct

An instance of a SandCollectionMessage for use in editing interfaces.


Field Summary
protected  int complete
          Corresponds to the SandCollectionMessage field.
protected  org.sandev.basics.structs.SandInstanceMessage[] elements
          Corresponds to SandCollectionMessage field.
protected  java.lang.String queryResult
          Corresponds to the SandCollectionMessage field.
 
Fields inherited from class org.sandev.ui.structs.VerbInstanceStruct
baseInstanceClass, sandTransmissionCount, sandTransmitAuthID, sandTransmitErrorMessage, sandTransmitStatus
 
Constructor Summary
CollectionInstanceStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

protected org.sandev.basics.structs.SandInstanceMessage[] elements
Corresponds to SandCollectionMessage field.


complete

protected int complete
Corresponds to the SandCollectionMessage field.

declared default value: TRUE

enumerated constant values:

  • FALSE("false") = 0
  • TRUE("true") = 1
declared invalid value: -1

queryResult

protected java.lang.String queryResult
Corresponds to the SandCollectionMessage field.

Length in characters, normal: 30 max: 255
Constructor Detail

CollectionInstanceStruct

public CollectionInstanceStruct()