org.sandev.ui.sandmessages
Class SandUI

java.lang.Object
  extended by org.sandev.ui.structs.SandUIStruct
      extended by org.sandev.ui.sandmessages.SandUI
All Implemented Interfaces:
org.sandev.basics.structs.SandInstanceMessage, org.sandev.basics.structs.SandMessage, org.sandev.basics.structs.SandStructMessage, org.sandev.basics.structs.SandTransmitMessage, org.sandev.basics.util.Resolvable

public class SandUI
extends SandUIStruct
implements org.sandev.basics.structs.SandStructMessage, org.sandev.basics.util.Resolvable, org.sandev.basics.structs.SandTransmitMessage

AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.ui.structs.SandUIStruct
generator: org.sandev.generator.MessageClassGenerator
time: Jul 31, 2008 4:34:15 PM


Field Summary
static int DEFAULTSECURITY_NORMAL
          Possible value for defaultSecurity
static int DEFAULTSECURITY_SECURE
          Possible value for defaultSecurity
static int INITIALDISPLAY_LOGIN
          Possible value for initialDisplay
static int INITIALDISPLAY_WELCOME
          Possible value for initialDisplay
protected  int sandTransmissionCount
          Counter to aid in tracking receipt of sent messages.
protected  java.util.Locale sandTransmissionLocale
          The Locale in effect for the current transmission.
protected  long sandTransmitAuthID
          The uniqueID of the authorized user of this message.
protected  java.lang.String sandTransmitErrorCode
          Optional code associated with the transmission error.
protected  java.lang.String sandTransmitErrorMessage
          Text details of the transmission error.
protected  int sandTransmitStatus
          Status of the message.
 
Fields inherited from class org.sandev.ui.structs.SandUIStruct
defaultSecurity, defaultTemplate, entryPoints, errorTemplate, initialDisplay, localeCountries, localeLanguages, localeVariants, loginTemplate, name, publicAuthUserID, screens, welcomeTemplate
 
Fields inherited from interface org.sandev.basics.structs.SandInstanceMessage
FIELDCHECK_EMPTYSTRINGPRINTVAL, FIELDCHECK_INVALIDVAL, FIELDCHECK_NOTAREF, FIELDCHECK_NOTINRANGE, FIELDCHECK_NULLARRAY, FIELDCHECK_STRINGOVER, FIELDCHECK_UNKNOWNVAL, FIELDFLAG_BINARY, FIELDFLAG_ENCRYPT, FIELDFLAG_INTERNAL, FIELDFLAG_NOECHO, FIELDFLAG_OBFUSCATE, FIELDFLAG_STRINGPERSIST, FIELDFLAG_SUMMARYEDIT, FIELDFLAG_UNIQUE, GENMOD_ACTION_APPEND, GENMOD_ACTION_INSERT, GENMOD_ACTION_REMOVE, GENMOD_ACTION_SET
 
Fields inherited from interface org.sandev.basics.structs.SandTransmitMessage
APPERROR_NODE_UNAVAILABLE, APPERROR_NODE_UNKNOWN, APPERROR_NODE_UNREACHABLE, STATUS_APPERROR, STATUS_NORMAL, STATUS_SANDERROR, STATUS_SYSERROR
 
Constructor Summary
SandUI()
          Default constructor calls init.
 
Method Summary
 void addEntryPoints(java.lang.String element)
          Appends a value to entryPoints
 void addEntryPoints(java.lang.String[] elements)
          Appends an array of values to entryPoints
 void addLocaleCountries(java.lang.String element)
          Appends a value to localeCountries
 void addLocaleCountries(java.lang.String[] elements)
          Appends an array of values to localeCountries
 void addLocaleLanguages(java.lang.String element)
          Appends a value to localeLanguages
 void addLocaleLanguages(java.lang.String[] elements)
          Appends an array of values to localeLanguages
 void addLocaleVariants(java.lang.String element)
          Appends a value to localeVariants
 void addLocaleVariants(java.lang.String[] elements)
          Appends an array of values to localeVariants
 void addScreens(Screen element)
          Appends a value to screens
 void addScreens(Screen[] elements)
          Appends an array of values to screens
 void clearEntryPoints()
          Clears all values from entryPoints
 void clearLocaleCountries()
          Clears all values from localeCountries
 void clearLocaleLanguages()
          Clears all values from localeLanguages
 void clearLocaleVariants()
          Clears all values from localeVariants
 void clearScreens()
          Clears all values from screens
 org.sandev.basics.structs.SandInstanceMessage cloneMessage()
          Calls cloneSandUI
 SandUI cloneSandUI()
          Make a deep copy of this SandUI.
 org.sandev.basics.structs.SandInstanceMessage convertToSuperstructClass()
          Return a new instance of the message associated with the superstruct of this instance.
 void copyDataFrom(SandUI other, boolean deepcopy)
          Copy all the data from the specified instance.
 void copyFieldValue(java.lang.String fieldName, org.sandev.basics.structs.SandInstanceMessage other)
          Copy the specified field from the given instance.
 java.lang.String debugDump(java.lang.String prefix)
          Dump this instance into a debug printable string.
 void defaultField(java.lang.String fieldname)
          Set the specified field to its default value.
static java.lang.String defaultSecurityActual2Print(java.lang.String actualVal)
          Utility method to transform an actual value for this field into a print value.
 int defaultSecurityLabelToValue(java.lang.String label)
          Given a label, return the value for it.
static int defaultSecurityLabelToValueStatic(java.lang.String label)
           
static java.lang.String defaultSecurityPrint2Actual(java.lang.String printVal)
          Utility method to transform a print value for this field into an actual value.
static java.lang.String defaultSecurityPrint2Key(java.lang.String printVal)
          Utility method to transform a print value for this field into a key value.
 java.lang.String defaultSecurityValueToLabel(int val)
          Given a value, return the declared label for it.
static java.lang.String defaultSecurityValueToLabelStatic(int val)
           
 boolean entryPointsContains(java.lang.String val)
          Returns true if entryPoints contains the specified value.
 int entryPointsIndexOf(java.lang.String val)
          Return the index of the specified value in entryPoints, or -1 if not found.
 boolean fieldHasFlag(java.lang.String fieldname, int fieldflag)
          Return true if the named field declares the indicated flag, false otherwise.
 boolean fieldsValid()
          Validate the fields as specified in the SandInstanceMessage interface
 org.sandev.basics.structs.SandAttrVal[] fieldValidate(org.sandev.basics.structs.SandAttrVal[] checkFields)
          Validate the fields as specified in the SandInstanceMessage interface
 org.sandev.basics.structs.SandCollectionMessage find(org.sandev.basics.structs.SandQueryMessage sqm)
          Return a matching collection of all directly contained instances matching the given query.
 java.lang.Object generalAccessor(java.lang.String fieldspec)
          General field accessor method.
 org.sandev.basics.structs.SandAttrVal generalDereference(java.lang.String fieldspec)
          General reference field accessor method.
 void generalModifier(int action, java.lang.String field, int index, java.lang.Object val)
          General mutator method.
 java.lang.String[] getAllFields()
          Return an array of all fields for this class.
 int getBaseMemoryUse()
          Return the base memory use for this object.
 org.sandev.basics.structs.SandCollectionMessage getCollectionMessage()
          Returns null
 java.lang.String[] getContainedMessageFields()
          Return an array of all contained message fields.
 int getDefaultSecurity()
          Accessor for defaultSecurity
static java.lang.String[] getDefaultSecurityActualVals()
          Return an array of the possible values for this field as Strings.
static int getDefaultSecurityDefaultValue()
          Default value for defaultSecurity.
static java.lang.String getDefaultSecurityEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getDefaultSecurityFieldPrintValue()
          Return the print name of the defaultSecurity field.
static boolean getDefaultSecurityFlag(int fieldflag)
          Field flag accessor.
static int getDefaultSecurityInvalidValue()
          Invalid value for defaultSecurity.
static java.lang.String[] getDefaultSecurityKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getDefaultSecurityMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getDefaultSecurityPrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getDefaultSecurityPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getDefaultSecurityRange()
          Return the range specification for this field
 java.lang.String getDefaultSecurityValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getDefaultTemplate()
          Accessor for defaultTemplate
static java.lang.String getDefaultTemplateDefaultValue()
          Default value for defaultTemplate.
 java.lang.String getDefaultTemplateFieldPrintValue()
          Return the print name of the defaultTemplate field.
static boolean getDefaultTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getDefaultTemplateInvalidValue()
          Invalid value for defaultTemplate.
static int getDefaultTemplateLengthMax()
          Maximum defaultTemplate length is 80 characters
static int getDefaultTemplateLengthNorm()
          Normal defaultTemplate length is 20 characters
 java.lang.String getDefaultTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getDefaultTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getDefaultTemplateRange()
          Return the range specification for this field
 java.lang.String getDefaultTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getDisplayFields()
          Return an array of the summary field names for this class.
 java.lang.String[] getDisplayFieldsPrint()
          Return an array of the summary field print names for this class.
 java.lang.String getDisplayID()
          Return the displayID for this message instance
 java.lang.String[] getDisplayValues()
          Return the values for the summary fields.
 java.lang.String[] getDisplayValues(org.sandev.basics.util.IDLookup lookup, org.sandev.basics.util.AuthUser user, java.lang.String defaultVal)
          Return the values for the summary fields, including dereference expressions.
 java.lang.String[] getEntryPoints()
          Accessor for entryPoints.
 java.lang.String getEntryPoints(int index)
          Returns the element at the specified index.
static java.lang.String[] getEntryPointsDefaultValue()
          Default value for entryPoints.
static java.lang.String getEntryPointsElementInvalidValue()
          Invalid value for entryPointselement.
 java.lang.String getEntryPointsFieldPrintValue()
          Return the print name of the entryPoints field.
static boolean getEntryPointsFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getEntryPointsInvalidValue()
          Invalid value for entryPoints.
static int getEntryPointsLengthMax()
          Maximum entryPoints length is 70 characters
static int getEntryPointsLengthNorm()
          Normal entryPoints length is 30 characters
 java.lang.String getEntryPointsMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getEntryPointsPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getEntryPointsRange()
          Return the range specification for this field
 java.lang.String getEntryPointsValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getErrorTemplate()
          Accessor for errorTemplate
static java.lang.String getErrorTemplateDefaultValue()
          Default value for errorTemplate.
 java.lang.String getErrorTemplateFieldPrintValue()
          Return the print name of the errorTemplate field.
static boolean getErrorTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getErrorTemplateInvalidValue()
          Invalid value for errorTemplate.
static int getErrorTemplateLengthMax()
          Maximum errorTemplate length is 80 characters
static int getErrorTemplateLengthNorm()
          Normal errorTemplate length is 20 characters
 java.lang.String getErrorTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getErrorTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getErrorTemplateRange()
          Return the range specification for this field
 java.lang.String getErrorTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getInitialDisplay()
          Accessor for initialDisplay
static java.lang.String[] getInitialDisplayActualVals()
          Return an array of the possible values for this field as Strings.
static int getInitialDisplayDefaultValue()
          Default value for initialDisplay.
static java.lang.String getInitialDisplayEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getInitialDisplayFieldPrintValue()
          Return the print name of the initialDisplay field.
static boolean getInitialDisplayFlag(int fieldflag)
          Field flag accessor.
static int getInitialDisplayInvalidValue()
          Invalid value for initialDisplay.
static java.lang.String[] getInitialDisplayKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getInitialDisplayMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getInitialDisplayPrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getInitialDisplayPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getInitialDisplayRange()
          Return the range specification for this field
 java.lang.String getInitialDisplayValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.structs.SandPersistMessage getInstance(java.lang.String classname, long id)
          If this instance directly contains the specified instance, then find it and return it.
 org.sandev.basics.structs.SandInstanceMessage getInstance(java.lang.String classname, java.lang.String fieldname, java.lang.String value)
          If this instance directly contains the specified instance, then find it and return it.
 java.lang.String getLayoutXML()
          Return the fieldlayout XML or null if not defined.
 java.lang.String[] getLocaleCountries()
          Accessor for localeCountries.
 java.lang.String getLocaleCountries(int index)
          Returns the element at the specified index.
static java.lang.String[] getLocaleCountriesDefaultValue()
          Default value for localeCountries.
static java.lang.String getLocaleCountriesElementInvalidValue()
          Invalid value for localeCountrieselement.
 java.lang.String getLocaleCountriesFieldPrintValue()
          Return the print name of the localeCountries field.
static boolean getLocaleCountriesFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getLocaleCountriesInvalidValue()
          Invalid value for localeCountries.
static int getLocaleCountriesLengthMax()
          Maximum localeCountries length is 70 characters
static int getLocaleCountriesLengthNorm()
          Normal localeCountries length is 30 characters
 java.lang.String getLocaleCountriesMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLocaleCountriesPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLocaleCountriesRange()
          Return the range specification for this field
 java.lang.String getLocaleCountriesValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getLocaleLanguages()
          Accessor for localeLanguages.
 java.lang.String getLocaleLanguages(int index)
          Returns the element at the specified index.
static java.lang.String[] getLocaleLanguagesDefaultValue()
          Default value for localeLanguages.
static java.lang.String getLocaleLanguagesElementInvalidValue()
          Invalid value for localeLanguageselement.
 java.lang.String getLocaleLanguagesFieldPrintValue()
          Return the print name of the localeLanguages field.
static boolean getLocaleLanguagesFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getLocaleLanguagesInvalidValue()
          Invalid value for localeLanguages.
static int getLocaleLanguagesLengthMax()
          Maximum localeLanguages length is 70 characters
static int getLocaleLanguagesLengthNorm()
          Normal localeLanguages length is 30 characters
 java.lang.String getLocaleLanguagesMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLocaleLanguagesPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLocaleLanguagesRange()
          Return the range specification for this field
 java.lang.String getLocaleLanguagesValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getLocaleVariants()
          Accessor for localeVariants.
 java.lang.String getLocaleVariants(int index)
          Returns the element at the specified index.
static java.lang.String[] getLocaleVariantsDefaultValue()
          Default value for localeVariants.
static java.lang.String getLocaleVariantsElementInvalidValue()
          Invalid value for localeVariantselement.
 java.lang.String getLocaleVariantsFieldPrintValue()
          Return the print name of the localeVariants field.
static boolean getLocaleVariantsFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getLocaleVariantsInvalidValue()
          Invalid value for localeVariants.
static int getLocaleVariantsLengthMax()
          Maximum localeVariants length is 70 characters
static int getLocaleVariantsLengthNorm()
          Normal localeVariants length is 30 characters
 java.lang.String getLocaleVariantsMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLocaleVariantsPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLocaleVariantsRange()
          Return the range specification for this field
 java.lang.String getLocaleVariantsValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getLoginTemplate()
          Accessor for loginTemplate
static java.lang.String getLoginTemplateDefaultValue()
          Default value for loginTemplate.
 java.lang.String getLoginTemplateFieldPrintValue()
          Return the print name of the loginTemplate field.
static boolean getLoginTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getLoginTemplateInvalidValue()
          Invalid value for loginTemplate.
static int getLoginTemplateLengthMax()
          Maximum loginTemplate length is 80 characters
static int getLoginTemplateLengthNorm()
          Normal loginTemplate length is 20 characters
 java.lang.String getLoginTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLoginTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLoginTemplateRange()
          Return the range specification for this field
 java.lang.String getLoginTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getName()
          Accessor for name
static java.lang.String getNameDefaultValue()
          Default value for name.
 java.lang.String getNameFieldPrintValue()
          Return the print name of the name field.
static boolean getNameFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getNameInvalidValue()
          Invalid value for name.
static int getNameLengthMax()
          Maximum name length is 70 characters
static int getNameLengthNorm()
          Normal name length is 30 characters
 java.lang.String getNameMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getNamePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getNameRange()
          Return the range specification for this field
 java.lang.String getNameValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getPrintname()
          Return the printname of the class
 java.lang.String getPrintnameForField(java.lang.String fieldname)
          Given a fieldname, return its declared printname if declared.
 long getPublicAuthUserID()
          Accessor for publicAuthUserID
static long getPublicAuthUserIDDefaultValue()
          Default value for publicAuthUserID.
 java.lang.String getPublicAuthUserIDFieldPrintValue()
          Return the print name of the publicAuthUserID field.
static boolean getPublicAuthUserIDFlag(int fieldflag)
          Field flag accessor.
static long getPublicAuthUserIDInvalidValue()
          Invalid value for publicAuthUserID.
static int getPublicAuthUserIDLengthMax()
          Maximum publicAuthUserID length is 20 characters
static int getPublicAuthUserIDLengthNorm()
          Normal publicAuthUserID length is 5 characters
 java.lang.String getPublicAuthUserIDMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getPublicAuthUserIDPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getPublicAuthUserIDRange()
          Return the range specification for this field
 java.lang.String getPublicAuthUserIDValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.structs.SandQueryMessage getQueryMessage()
          Returns null
 int getSandTransmissionCount()
          Accessor for sandTransmissionCount
static int getSandTransmissionCountDefaultValue()
          Default value for sandTransmissionCount.
 java.lang.String getSandTransmissionCountFieldPrintValue()
          Return the print name of the sandTransmissionCount field.
static boolean getSandTransmissionCountFlag(int fieldflag)
          Field flag accessor.
static int getSandTransmissionCountInvalidValue()
          Invalid value for sandTransmissionCount.
 java.lang.String getSandTransmissionCountMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmissionCountPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmissionCountRange()
          Return the range specification for this field
 java.lang.String getSandTransmissionCountValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.util.Locale getSandTransmissionLocale()
          Accessor for sandTransmissionLocale
static java.util.Locale getSandTransmissionLocaleDefaultValue()
          Default value for sandTransmissionLocale.
 java.lang.String getSandTransmissionLocaleFieldPrintValue()
          Return the print name of the sandTransmissionLocale field.
static boolean getSandTransmissionLocaleFlag(int fieldflag)
          Field flag accessor.
static java.util.Locale getSandTransmissionLocaleInvalidValue()
          Invalid value for sandTransmissionLocale.
 java.lang.String getSandTransmissionLocaleMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmissionLocalePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmissionLocaleRange()
          Return the range specification for this field
 java.lang.String getSandTransmissionLocaleValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 long getSandTransmitAuthID()
          Accessor for sandTransmitAuthID
static long getSandTransmitAuthIDDefaultValue()
          Default value for sandTransmitAuthID.
 java.lang.String getSandTransmitAuthIDFieldPrintValue()
          Return the print name of the sandTransmitAuthID field.
static boolean getSandTransmitAuthIDFlag(int fieldflag)
          Field flag accessor.
static long getSandTransmitAuthIDInvalidValue()
          Invalid value for sandTransmitAuthID.
 java.lang.String getSandTransmitAuthIDMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitAuthIDPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitAuthIDRange()
          Return the range specification for this field
 java.lang.String getSandTransmitAuthIDValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getSandTransmitErrorCode()
          Accessor for sandTransmitErrorCode
static java.lang.String getSandTransmitErrorCodeDefaultValue()
          Default value for sandTransmitErrorCode.
 java.lang.String getSandTransmitErrorCodeFieldPrintValue()
          Return the print name of the sandTransmitErrorCode field.
static boolean getSandTransmitErrorCodeFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getSandTransmitErrorCodeInvalidValue()
          Invalid value for sandTransmitErrorCode.
static int getSandTransmitErrorCodeLengthMax()
          Maximum sandTransmitErrorCode length is 70 characters
static int getSandTransmitErrorCodeLengthNorm()
          Normal sandTransmitErrorCode length is 30 characters
 java.lang.String getSandTransmitErrorCodeMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitErrorCodePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitErrorCodeRange()
          Return the range specification for this field
 java.lang.String getSandTransmitErrorCodeValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getSandTransmitErrorMessage()
          Accessor for sandTransmitErrorMessage
static java.lang.String getSandTransmitErrorMessageDefaultValue()
          Default value for sandTransmitErrorMessage.
 java.lang.String getSandTransmitErrorMessageFieldPrintValue()
          Return the print name of the sandTransmitErrorMessage field.
static boolean getSandTransmitErrorMessageFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getSandTransmitErrorMessageInvalidValue()
          Invalid value for sandTransmitErrorMessage.
static int getSandTransmitErrorMessageLengthMax()
          Maximum sandTransmitErrorMessage length is 70 characters
static int getSandTransmitErrorMessageLengthNorm()
          Normal sandTransmitErrorMessage length is 30 characters
 java.lang.String getSandTransmitErrorMessageMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitErrorMessagePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitErrorMessageRange()
          Return the range specification for this field
 java.lang.String getSandTransmitErrorMessageValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getSandTransmitStatus()
          Accessor for sandTransmitStatus
static int getSandTransmitStatusDefaultValue()
          Default value for sandTransmitStatus.
 java.lang.String getSandTransmitStatusFieldPrintValue()
          Return the print name of the sandTransmitStatus field.
static boolean getSandTransmitStatusFlag(int fieldflag)
          Field flag accessor.
static int getSandTransmitStatusInvalidValue()
          Invalid value for sandTransmitStatus.
 java.lang.String getSandTransmitStatusMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitStatusPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitStatusRange()
          Return the range specification for this field
 java.lang.String getSandTransmitStatusValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 Screen[] getScreens()
          Accessor for screens.
 Screen getScreens(int index)
          Returns the element at the specified index.
static Screen[] getScreensDefaultValue()
          Default value for screens.
static Screen getScreensElementInvalidValue()
          Invalid value for screenselement.
 java.lang.String getScreensFieldPrintValue()
          Return the print name of the screens field.
static boolean getScreensFlag(int fieldflag)
          Field flag accessor.
static Screen[] getScreensInvalidValue()
          Invalid value for screens.
 java.lang.String getScreensMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getScreensPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getScreensRange()
          Return the range specification for this field
 java.lang.String getScreensValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getShortName()
          Returns the unqualified name of this message.
 org.sandev.basics.structs.SandStructMessage getStructMessage()
          Returns a new SandUI instance
 org.sandev.basics.structs.SandUpdateMessage getUpdateMessage()
          Returns a new SandUIUpdate instance
 java.lang.String getValueForFieldName(java.lang.String fieldname, org.sandev.basics.util.IDLookup lookup, org.sandev.basics.util.AuthUser user, java.lang.String defaultVal)
          Returns the print representation of the value of the specified field, or the given default value if innaccessible.
 java.lang.String getWelcomeTemplate()
          Accessor for welcomeTemplate
static java.lang.String getWelcomeTemplateDefaultValue()
          Default value for welcomeTemplate.
 java.lang.String getWelcomeTemplateFieldPrintValue()
          Return the print name of the welcomeTemplate field.
static boolean getWelcomeTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getWelcomeTemplateInvalidValue()
          Invalid value for welcomeTemplate.
static int getWelcomeTemplateLengthMax()
          Maximum welcomeTemplate length is 80 characters
static int getWelcomeTemplateLengthNorm()
          Normal welcomeTemplate length is 20 characters
 java.lang.String getWelcomeTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getWelcomeTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getWelcomeTemplateRange()
          Return the range specification for this field
 java.lang.String