|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.HeapAttributesStruct
org.sandev.TaskHeap.sandmessages.HeapAttributes
public class HeapAttributes
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.TaskHeap.structs.HeapAttributesStruct
generator: org.sandev.generator.MessageClassGenerator
time: Jul 31, 2008 4:34:16 PM
| Field Summary | |
|---|---|
static int |
ACTIVITYINDICATOR_CHROMACODE
Possible value for activityIndicator |
static int |
ACTIVITYINDICATOR_NONE
Possible value for activityIndicator |
protected java.util.Date |
creationTime
An immutable timestamp reflecting the time when this instance first created. |
static int |
DECORATIONLEVEL_CONTENTONLY
Possible value for decorationLevel |
static int |
DECORATIONLEVEL_FOOTERONLY
Possible value for decorationLevel |
static int |
DECORATIONLEVEL_FULLDECO
Possible value for decorationLevel |
static int |
DECORATIONLEVEL_HEADERONLY
Possible value for decorationLevel |
static int |
DEFAULTVIEW_DEADALL
Possible value for defaultView |
static int |
DEFAULTVIEW_DEADLINE
Possible value for defaultView |
static int |
DEFAULTVIEW_DEADREM
Possible value for defaultView |
static int |
DEFAULTVIEW_DEADTTL
Possible value for defaultView |
static int |
DEFAULTVIEW_PROJALL
Possible value for defaultView |
static int |
DEFAULTVIEW_PROJECTED
Possible value for defaultView |
static int |
DEFAULTVIEW_PROJREM
Possible value for defaultView |
static int |
DEFAULTVIEW_PROJTTL
Possible value for defaultView |
protected int |
instanceWriteAccess
A transient field for instance modifiability for use in safe concurrent reference situations like caching. |
protected java.util.Date |
lastAccessedTime
A transient field for tracking object access for use in cache tracking and similar situations. |
protected java.lang.String |
lastModifiedReason
A text field describing the reason for the update or add. |
protected java.util.Date |
lastModifiedTime
An immutable timestamp reflecting the time when this instance was last updated. |
static int |
LINESUMMARY_ALL
Possible value for lineSummary |
static int |
LINESUMMARY_HOURS
Possible value for lineSummary |
static int |
LINESUMMARY_STATUS
Possible value for lineSummary |
static int |
LINESUMMARY_TARGETDATE
Possible value for lineSummary |
protected int |
recordStatus
Initially set to SandPersistMessage.RECORDSTATUS_ACTIVE by the persistence processing on creation, this field is set to RECORDSTATUS_DELETED in response to a SandUpdateMessage ACTION_DELETE. |
static int |
RECORDSTATUS_ACTIVE
Possible value for recordStatus |
static int |
RECORDSTATUS_ARCHIVED
Possible value for recordStatus |
static int |
RECORDSTATUS_DELETED
Possible value for recordStatus |
protected long |
revisionNumber
An immutable version number updated by the persistence processing on each update. |
static int |
STATUS_ACTIVE
Possible value for status |
static int |
STATUS_INACTIVE
Possible value for status |
static int |
STATUS_SUSPENDED
Possible value for status |
protected long |
uniqueID
An immutable unique identifier generated by the persistence processing when a SandUpdateMessage ACTION_ADD is sent to a DataManager node instance and processed successfully. |
| Fields inherited from class org.sandev.TaskHeap.structs.HeapAttributesStruct |
|---|
account, activityIndicator, adsSuspendedUntil, dataPassword, dataUsername, decorationLevel, defaultDueDate, defaultTaskType, defaultView, description, externalPlanLatency, groupURL, heap, hoursPerDay, lineSummary, name, status, taskHeapReportHeader, taskHeapReportSig, title |
| Fields inherited from interface org.sandev.basics.structs.SandPersistMessage |
|---|
WRITEACCESS_NORMAL, WRITEACCESS_READONLY |
| Constructor Summary | |
|---|---|
HeapAttributes()
Default constructor calls init. |
|
| Method Summary | |
|---|---|
static java.lang.String |
activityIndicatorActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
activityIndicatorLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
activityIndicatorLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
activityIndicatorPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
activityIndicatorPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
activityIndicatorValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
activityIndicatorValueToLabelStatic(int val)
|
HeapAttributes |
cloneHeapAttributes()
Make a deep copy of this HeapAttributes. |
org.sandev.basics.structs.SandInstanceMessage |
cloneMessage()
Calls cloneHeapAttributes |
org.sandev.basics.structs.SandInstanceMessage |
convertToSuperstructClass()
Return a new instance of the message associated with the superstruct of this instance. |
void |
copyDataFrom(HeapAttributes 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. |
static java.lang.String |
decorationLevelActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
decorationLevelLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
decorationLevelLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
decorationLevelPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
decorationLevelPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
decorationLevelValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
decorationLevelValueToLabelStatic(int val)
|
void |
defaultField(java.lang.String fieldname)
Set the specified field to its default value. |
static java.lang.String |
defaultViewActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
defaultViewLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
defaultViewLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
defaultViewPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
defaultViewPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
defaultViewValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
defaultViewValueToLabelStatic(int val)
|
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. |
long |
getAccount()
Accessor for account |
static long |
getAccountDefaultValue()
Default value for account. |
java.lang.String |
getAccountFieldPrintValue()
Return the print name of the account field. |
static boolean |
getAccountFlag(int fieldflag)
Field flag accessor. |
static long |
getAccountInvalidValue()
Invalid value for account. |
java.lang.String |
getAccountMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getAccountPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getAccountRange()
Return the range specification for this field |
java.lang.String |
getAccountValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
int |
getActivityIndicator()
Accessor for activityIndicator |
static java.lang.String[] |
getActivityIndicatorActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getActivityIndicatorDefaultValue()
Default value for activityIndicator. |
static java.lang.String |
getActivityIndicatorEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getActivityIndicatorFieldPrintValue()
Return the print name of the activityIndicator field. |
static boolean |
getActivityIndicatorFlag(int fieldflag)
Field flag accessor. |
static int |
getActivityIndicatorInvalidValue()
Invalid value for activityIndicator. |
static java.lang.String[] |
getActivityIndicatorKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getActivityIndicatorMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getActivityIndicatorPrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getActivityIndicatorPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getActivityIndicatorRange()
Return the range specification for this field |
java.lang.String |
getActivityIndicatorValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getAdsSuspendedUntil()
Accessor for adsSuspendedUntil |
static java.util.Date |
getAdsSuspendedUntilDefaultValue()
Default value for adsSuspendedUntil. |
java.lang.String |
getAdsSuspendedUntilFieldPrintValue()
Return the print name of the adsSuspendedUntil field. |
static boolean |
getAdsSuspendedUntilFlag(int fieldflag)
Field flag accessor. |
static java.util.Date |
getAdsSuspendedUntilInvalidValue()
Invalid value for adsSuspendedUntil. |
java.lang.String |
getAdsSuspendedUntilMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getAdsSuspendedUntilPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getAdsSuspendedUntilRange()
Return the range specification for this field |
java.lang.String |
getAdsSuspendedUntilValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getAdsSuspendedUntilWithOffset()
Return the date value incorporating the timezone offset specified for the field, if any. |
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 a new HeapAttributesCollection instance |
java.lang.String[] |
getContainedMessageFields()
Return an array of all contained message fields. |
java.util.Date |
getCreationTime()
Accessor for creationTime |
static java.util.Date |
getCreationTimeDefaultValue()
Default value for creationTime. |
java.lang.String |
getCreationTimeFieldPrintValue()
Return the print name of the creationTime field. |
static boolean |
getCreationTimeFlag(int fieldflag)
Field flag accessor. |
static java.util.Date |
getCreationTimeInvalidValue()
Invalid value for creationTime. |
java.lang.String |
getCreationTimeMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getCreationTimePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getCreationTimeRange()
Return the range specification for this field |
java.lang.String |
getCreationTimeValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getCreationTimeWithOffset()
Return the date value incorporating the timezone offset specified for the field, if any. |
java.lang.String |
getDataPassword()
Accessor for dataPassword |
static java.lang.String |
getDataPasswordDefaultValue()
Default value for dataPassword. |
java.lang.String |
getDataPasswordFieldPrintValue()
Return the print name of the dataPassword field. |
static boolean |
getDataPasswordFlag(int fieldflag)
Field flag accessor. |
static java.lang.String |
getDataPasswordInvalidValue()
Invalid value for dataPassword. |
static int |
getDataPasswordLengthMax()
Maximum dataPassword length is 80 characters |
static int |
getDataPasswordLengthNorm()
Normal dataPassword length is 15 characters |
java.lang.String |
getDataPasswordMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getDataPasswordPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDataPasswordRange()
Return the range specification for this field |
java.lang.String |
getDataPasswordValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.lang.String |
getDataUsername()
Accessor for dataUsername |
static java.lang.String |
getDataUsernameDefaultValue()
Default value for dataUsername. |
java.lang.String |
getDataUsernameFieldPrintValue()
Return the print name of the dataUsername field. |
static boolean |
getDataUsernameFlag(int fieldflag)
Field flag accessor. |
static java.lang.String |
getDataUsernameInvalidValue()
Invalid value for dataUsername. |
static int |
getDataUsernameLengthMax()
Maximum dataUsername length is 80 characters |
static int |
getDataUsernameLengthNorm()
Normal dataUsername length is 15 characters |
java.lang.String |
getDataUsernameMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getDataUsernamePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDataUsernameRange()
Return the range specification for this field |
java.lang.String |
getDataUsernameValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
int |
getDecorationLevel()
Accessor for decorationLevel |
static java.lang.String[] |
getDecorationLevelActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getDecorationLevelDefaultValue()
Default value for decorationLevel. |
static java.lang.String |
getDecorationLevelEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getDecorationLevelFieldPrintValue()
Return the print name of the decorationLevel field. |
static boolean |
getDecorationLevelFlag(int fieldflag)
Field flag accessor. |
static int |
getDecorationLevelInvalidValue()
Invalid value for decorationLevel. |
static java.lang.String[] |
getDecorationLevelKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getDecorationLevelMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getDecorationLevelPrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getDecorationLevelPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDecorationLevelRange()
Return the range specification for this field |
java.lang.String |
getDecorationLevelValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getDefaultDueDate()
Accessor for defaultDueDate |
static java.util.Date |
getDefaultDueDateDefaultValue()
Default value for defaultDueDate. |
java.lang.String |
getDefaultDueDateFieldPrintValue()
Return the print name of the defaultDueDate field. |
static boolean |
getDefaultDueDateFlag(int fieldflag)
Field flag accessor. |
static java.util.Date |
getDefaultDueDateInvalidValue()
Invalid value for defaultDueDate. |
java.lang.String |
getDefaultDueDateMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getDefaultDueDatePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDefaultDueDateRange()
Return the range specification for this field |
java.lang.String |
getDefaultDueDateValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getDefaultDueDateWithOffset()
Return the date value incorporating the timezone offset specified for the field, if any. |
long |
getDefaultTaskType()
Accessor for defaultTaskType |
static long |
getDefaultTaskTypeDefaultValue()
Default value for defaultTaskType. |
java.lang.String |
getDefaultTaskTypeFieldPrintValue()
Return the print name of the defaultTaskType field. |
static boolean |
getDefaultTaskTypeFlag(int fieldflag)
Field flag accessor. |
static long |
getDefaultTaskTypeInvalidValue()
Invalid value for defaultTaskType. |
java.lang.String |
getDefaultTaskTypeMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getDefaultTaskTypePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDefaultTaskTypeRange()
Return the range specification for this field |
java.lang.String |
getDefaultTaskTypeValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
int |
getDefaultView()
Accessor for defaultView |
static java.lang.String[] |
getDefaultViewActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getDefaultViewDefaultValue()
Default value for defaultView. |
static java.lang.String |
getDefaultViewEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getDefaultViewFieldPrintValue()
Return the print name of the defaultView field. |
static boolean |
getDefaultViewFlag(int fieldflag)
Field flag accessor. |
static int |
getDefaultViewInvalidValue()
Invalid value for defaultView. |
static java.lang.String[] |
getDefaultViewKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getDefaultViewMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getDefaultViewPrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getDefaultViewPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDefaultViewRange()
Return the range specification for this field |
java.lang.String |
getDefaultViewValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.lang.String |
getDescription()
Accessor for description |
static java.lang.String |
getDescriptionDefaultValue()
Default value for description. |
java.lang.String |
getDescriptionFieldPrintValue()
Return the print name of the description field. |
static boolean |
getDescriptionFlag(int fieldflag)
Field flag accessor. |
static java.lang.String |
getDescriptionInvalidValue()
Invalid value for description. |
static int |
getDescriptionLengthMax()
Maximum description length is 4096 characters |
static int |
getDescriptionLengthNorm()
Normal description length is 255 characters |
java.lang.String |
getDescriptionMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getDescriptionPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDescriptionRange()
Return the range specification for this field |
java.lang.String |
getDescriptionValidityCheck()
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. |
int |
getExternalPlanLatency()
Accessor for externalPlanLatency |
static int |
getExternalPlanLatencyDefaultValue()
Default value for externalPlanLatency. |
java.lang.String |
getExternalPlanLatencyFieldPrintValue()
Return the print name of the externalPlanLatency field. |
static boolean |
getExternalPlanLatencyFlag(int fieldflag)
Field flag accessor. |
static int |
getExternalPlanLatencyInvalidValue()
Invalid value for externalPlanLatency. |
java.lang.String |
getExternalPlanLatencyMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getExternalPlanLatencyPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getExternalPlanLatencyRange()
Return the range specification for this field |
java.lang.String |
getExternalPlanLatencyValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.lang.String |
getGroupURL()
Accessor for groupURL |
static java.lang.String |
getGroupURLDefaultValue()
Default value for groupURL. |
java.lang.String |
getGroupURLFieldPrintValue()
Return the print name of the groupURL field. |
static boolean |
getGroupURLFlag(int fieldflag)
Field flag accessor. |
static java.lang.String |
getGroupURLInvalidValue()
Invalid value for groupURL. |
static int |
getGroupURLLengthMax()
Maximum groupURL length is 128 characters |
static int |
getGroupURLLengthNorm()
Normal groupURL length is 70 characters |
java.lang.String |
getGroupURLMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getGroupURLPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getGroupURLRange()
Return the range specification for this field |
java.lang.String |
getGroupURLValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
PlanTreeElement |
getHeap()
Accessor for heap |
static PlanTreeElement |
getHeapDefaultValue()
Default value for heap. |
java.lang.String |
getHeapFieldPrintValue()
Return the print name of the heap field. |
static boolean |
getHeapFlag(int fieldflag)
Field flag accessor. |
static PlanTreeElement |
getHeapInvalidValue()
Invalid value for heap. |
java.lang.String |
getHeapMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getHeapPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getHeapRange()
Return the range specification for this field |
java.lang.String |
getHeapValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
int |
getHoursPerDay()
Accessor for hoursPerDay |
static int |
getHoursPerDayDefaultValue()
Default value for hoursPerDay. |
java.lang.String |
getHoursPerDayFieldPrintValue()
Return the print name of the hoursPerDay field. |
static boolean |
getHoursPerDayFlag(int fieldflag)
Field flag accessor. |
static int |
getHoursPerDayInvalidValue()
Invalid value for hoursPerDay. |
java.lang.String |
getHoursPerDayMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getHoursPerDayPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getHoursPerDayRange()
Return the range specification for this field |
java.lang.String |
getHoursPerDayValidityCheck()
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. |
int |
getInstanceWriteAccess()
Accessor for instanceWriteAccess |
static int |
getInstanceWriteAccessDefaultValue()
Default value for instanceWriteAccess. |
java.lang.String |
getInstanceWriteAccessFieldPrintValue()
Return the print name of the instanceWriteAccess field. |
static boolean |
getInstanceWriteAccessFlag(int fieldflag)
Field flag accessor. |
static int |
getInstanceWriteAccessInvalidValue()
Invalid value for instanceWriteAccess. |
java.lang.String |
getInstanceWriteAccessMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getInstanceWriteAccessPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getInstanceWriteAccessRange()
Return the range specification for this field |
java.lang.String |
getInstanceWriteAccessValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getLastAccessedTime()
Accessor for lastAccessedTime |
static java.util.Date |
getLastAccessedTimeDefaultValue()
Default value for lastAccessedTime. |
java.lang.String |
getLastAccessedTimeFieldPrintValue()
Return the print name of the lastAccessedTime field. |
static boolean |
getLastAccessedTimeFlag(int fieldflag)
Field flag accessor. |
static java.util.Date |
getLastAccessedTimeInvalidValue()
Invalid value for lastAccessedTime. |
java.lang.String |
getLastAccessedTimeMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getLastAccessedTimePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getLastAccessedTimeRange()
Return the range specification for this field |
java.lang.String |
getLastAccessedTimeValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getLastAccessedTimeWithOffset()
Return the date value incorporating the timezone offset specified for the field, if any. |
java.lang.String |
getLastModifiedReason()
Accessor for lastModifiedReason |
static java.lang.String |
getLastModifiedReasonDefaultValue()
Default value for lastModifiedReason. |
java.lang.String |
getLastModifiedReasonFieldPrintValue()
Return the print name of the lastModifiedReason field. |
static boolean |
getLastModifiedReasonFlag(int fieldflag)
Field flag accessor. |
static java.lang.String |
getLastModifiedReasonInvalidValue()
Invalid value for lastModifiedReason. |
static int |
getLastModifiedReasonLengthMax()
Maximum lastModifiedReason length is 70 characters |
static int |
getLastModifiedReasonLengthNorm()
Normal lastModifiedReason length is 30 characters |
java.lang.String |
getLastModifiedReasonMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getLastModifiedReasonPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getLastModifiedReasonRange()
Return the range specification for this field |
java.lang.String |
getLastModifiedReasonValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.util.Date |
getLastModifiedTime()
Accessor for lastModifiedTime |
static java.util.Date |
getLastModifiedTimeDefaultValue()
Default value for lastModifiedTime. |
java.lang.String |
getLastModifiedTimeFieldPrintValue()
Return the print name of the lastModifiedTime field. |
static boolean |
getLastModifiedTimeFlag(int fieldflag)
Field flag accessor. |
static java.util.Date |
getLastModifiedTimeInvalidValue()
Invalid value for lastModifiedTime. |
java.lang.String |
getLastModifiedTimeMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |