|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.RelativeDeadlineStruct
org.sandev.TaskHeap.sandmessages.RelativeDeadline
public class RelativeDeadline
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.TaskHeap.structs.RelativeDeadlineStruct
generator: org.sandev.generator.MessageClassGenerator
time: Jul 31, 2008 4:34:16 PM
| Field Summary | |
|---|---|
static int |
DELTATIMEUNITS_DAYS
Possible value for deltaTimeUnits |
static int |
DELTATIMEUNITS_HOURS
Possible value for deltaTimeUnits |
static int |
DELTATIMEUNITS_WEEKS
Possible value for deltaTimeUnits |
static int |
ROUNDDAY_FRIDAY
Possible value for roundDay |
static int |
ROUNDDAY_MONDAY
Possible value for roundDay |
static int |
ROUNDDAY_SATURDAY
Possible value for roundDay |
static int |
ROUNDDAY_SUNDAY
Possible value for roundDay |
static int |
ROUNDDAY_THURSDAY
Possible value for roundDay |
static int |
ROUNDDAY_TUESDAY
Possible value for roundDay |
static int |
ROUNDDAY_WEDNESDAY
Possible value for roundDay |
static int |
ROUNDING_EXACT
Possible value for rounding |
static int |
ROUNDING_FOLLOWING
Possible value for rounding |
static int |
ROUNDING_MIDMONTH
Possible value for rounding |
static int |
ROUNDING_NEAREST
Possible value for rounding |
static int |
ROUNDING_PRECEDING
Possible value for rounding |
| Fields inherited from class org.sandev.TaskHeap.structs.RelativeDeadlineStruct |
|---|
delta, deltaTimeUnits, reference, roundDay, rounding |
| 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 |
| Constructor Summary | |
|---|---|
RelativeDeadline()
Default constructor calls init. |
|
| Method Summary | |
|---|---|
org.sandev.basics.structs.SandInstanceMessage |
cloneMessage()
Calls cloneRelativeDeadline |
RelativeDeadline |
cloneRelativeDeadline()
Make a deep copy of this RelativeDeadline. |
org.sandev.basics.structs.SandInstanceMessage |
convertToSuperstructClass()
Return a new instance of the message associated with the superstruct of this instance. |
void |
copyDataFrom(RelativeDeadline 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 |
deltaTimeUnitsActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
deltaTimeUnitsLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
deltaTimeUnitsLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
deltaTimeUnitsPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
deltaTimeUnitsPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
deltaTimeUnitsValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
deltaTimeUnitsValueToLabelStatic(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. |
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 |
getDelta()
Accessor for delta |
static int |
getDeltaDefaultValue()
Default value for delta. |
java.lang.String |
getDeltaFieldPrintValue()
Return the print name of the delta field. |
static boolean |
getDeltaFlag(int fieldflag)
Field flag accessor. |
static int |
getDeltaInvalidValue()
Invalid value for delta. |
java.lang.String |
getDeltaMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getDeltaPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDeltaRange()
Return the range specification for this field |
int |
getDeltaTimeUnits()
Accessor for deltaTimeUnits |
static java.lang.String[] |
getDeltaTimeUnitsActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getDeltaTimeUnitsDefaultValue()
Default value for deltaTimeUnits. |
static java.lang.String |
getDeltaTimeUnitsEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getDeltaTimeUnitsFieldPrintValue()
Return the print name of the deltaTimeUnits field. |
static boolean |
getDeltaTimeUnitsFlag(int fieldflag)
Field flag accessor. |
static int |
getDeltaTimeUnitsInvalidValue()
Invalid value for deltaTimeUnits. |
static java.lang.String[] |
getDeltaTimeUnitsKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getDeltaTimeUnitsMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getDeltaTimeUnitsPrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getDeltaTimeUnitsPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDeltaTimeUnitsRange()
Return the range specification for this field |
java.lang.String |
getDeltaTimeUnitsValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.lang.String |
getDeltaValidityCheck()
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. |
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 |
getPrintname()
Return the printname of the class |
java.lang.String |
getPrintnameForField(java.lang.String fieldname)
Given a fieldname, return its declared printname if declared. |
org.sandev.basics.structs.SandQueryMessage |
getQueryMessage()
Returns null |
long |
getReference()
Accessor for reference |
static long |
getReferenceDefaultValue()
Default value for reference. |
java.lang.String |
getReferenceFieldPrintValue()
Return the print name of the reference field. |
static boolean |
getReferenceFlag(int fieldflag)
Field flag accessor. |
static long |
getReferenceInvalidValue()
Invalid value for reference. |
java.lang.String |
getReferenceMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getReferencePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getReferenceRange()
Return the range specification for this field |
java.lang.String |
getReferenceValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
int |
getRoundDay()
Accessor for roundDay |
static java.lang.String[] |
getRoundDayActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getRoundDayDefaultValue()
Default value for roundDay. |
static java.lang.String |
getRoundDayEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getRoundDayFieldPrintValue()
Return the print name of the roundDay field. |
static boolean |
getRoundDayFlag(int fieldflag)
Field flag accessor. |
static int |
getRoundDayInvalidValue()
Invalid value for roundDay. |
static java.lang.String[] |
getRoundDayKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getRoundDayMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getRoundDayPrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getRoundDayPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getRoundDayRange()
Return the range specification for this field |
java.lang.String |
getRoundDayValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
int |
getRounding()
Accessor for rounding |
static java.lang.String[] |
getRoundingActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getRoundingDefaultValue()
Default value for rounding. |
static java.lang.String |
getRoundingEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getRoundingFieldPrintValue()
Return the print name of the rounding field. |
static boolean |
getRoundingFlag(int fieldflag)
Field flag accessor. |
static int |
getRoundingInvalidValue()
Invalid value for rounding. |
static java.lang.String[] |
getRoundingKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getRoundingMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getRoundingPrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getRoundingPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getRoundingRange()
Return the range specification for this field |
java.lang.String |
getRoundingValidityCheck()
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 RelativeDeadline instance |
org.sandev.basics.structs.SandUpdateMessage |
getUpdateMessage()
Returns null |
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. |
void |
init()
Initialize all fields to their default values |
boolean |
isEquivalent(org.sandev.basics.structs.SandMessage sm)
Declared field equivalence check as specified by the SandMessage interface. |
java.lang.String[] |
referenceValidate(java.lang.String[] locations,
java.lang.String prefix,
org.sandev.basics.util.IDLookup idlookup,
org.sandev.basics.util.NameLookup namelookup,
org.sandev.basics.util.AuthUser au)
Validate the references as specified in the Resolvable interface. |
static java.lang.String |
roundDayActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
roundDayLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
roundDayLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
roundDayPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
roundDayPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
roundDayValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
roundDayValueToLabelStatic(int val)
|
static java.lang.String |
roundingActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
roundingLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
roundingLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
roundingPrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
roundingPrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
roundingValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
roundingValueToLabelStatic(int val)
|
void |
setDelta(int delta)
Mutator for delta |
void |
setDeltaTimeUnits(int deltaTimeUnits)
Mutator for deltaTimeUnits |
void |
setReference(long reference)
Mutator for reference |
void |
setRoundDay(int roundDay)
Mutator for roundDay |
void |
setRounding(int rounding)
Mutator for rounding |
RelativeDeadline |
shallowCopy()
Make a shallow copy of this RelativeDeadline. |
java.lang.String |
toString()
Return a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DELTATIMEUNITS_HOURS
public static final int DELTATIMEUNITS_DAYS
public static final int DELTATIMEUNITS_WEEKS
public static final int ROUNDING_EXACT
public static final int ROUNDING_NEAREST
public static final int ROUNDING_PRECEDING
public static final int ROUNDING_FOLLOWING
public static final int ROUNDING_MIDMONTH
public static final int ROUNDDAY_MONDAY
public static final int ROUNDDAY_TUESDAY
public static final int ROUNDDAY_WEDNESDAY
public static final int ROUNDDAY_THURSDAY
public static final int ROUNDDAY_FRIDAY
public static final int ROUNDDAY_SATURDAY
public static final int ROUNDDAY_SUNDAY
| Constructor Detail |
|---|
public RelativeDeadline()
| Method Detail |
|---|
public java.lang.String getPrintname()
getPrintname in interface org.sandev.basics.structs.SandStructMessage
public boolean fieldHasFlag(java.lang.String fieldname,
int fieldflag)
fieldHasFlag in interface org.sandev.basics.structs.SandInstanceMessagepublic long getReference()
public void setReference(long reference)
public static boolean getReferenceFlag(int fieldflag)
public static long getReferenceDefaultValue()
public static long getReferenceInvalidValue()
public java.lang.String getReferencePrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getReferenceFieldPrintValue()
public java.lang.String getReferenceRange()
public java.lang.String getReferenceValidityCheck()
public java.lang.String getReferenceMetatype()
public int getDelta()
public void setDelta(int delta)
public static boolean getDeltaFlag(int fieldflag)
public static int getDeltaDefaultValue()
public static int getDeltaInvalidValue()
public java.lang.String getDeltaPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getDeltaFieldPrintValue()
public java.lang.String getDeltaRange()
public java.lang.String getDeltaValidityCheck()
public java.lang.String getDeltaMetatype()
public int getDeltaTimeUnits()
public void setDeltaTimeUnits(int deltaTimeUnits)
public java.lang.String deltaTimeUnitsValueToLabel(int val)
public static java.lang.String deltaTimeUnitsValueToLabelStatic(int val)
public int deltaTimeUnitsLabelToValue(java.lang.String label)
public static int deltaTimeUnitsLabelToValueStatic(java.lang.String label)
public static java.lang.String[] getDeltaTimeUnitsPrintVals()
public static java.lang.String[] getDeltaTimeUnitsKeyVals()
public static java.lang.String[] getDeltaTimeUnitsActualVals()
public static java.lang.String deltaTimeUnitsPrint2Key(java.lang.String printVal)
getDeltaTimeUnitsPrintVals
and getDeltaTimeUnitsKeyVals methods for details.
public static java.lang.String deltaTimeUnitsPrint2Actual(java.lang.String printVal)
getDeltaTimeUnitsPrintVals
and getDeltaTimeUnitsActualVals methods for details.
public static java.lang.String deltaTimeUnitsActual2Print(java.lang.String actualVal)
getDeltaTimeUnitsActualVals
and getDeltaTimeUnitsPrintVals methods for details.
public static java.lang.String getDeltaTimeUnitsEnumSummary()
public static boolean getDeltaTimeUnitsFlag(int fieldflag)
public static int getDeltaTimeUnitsDefaultValue()
public static int getDeltaTimeUnitsInvalidValue()
public java.lang.String getDeltaTimeUnitsPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getDeltaTimeUnitsFieldPrintValue()
public java.lang.String getDeltaTimeUnitsRange()
public java.lang.String getDeltaTimeUnitsValidityCheck()
public java.lang.String getDeltaTimeUnitsMetatype()
public int getRounding()
public void setRounding(int rounding)
public java.lang.String roundingValueToLabel(int val)
public static java.lang.String roundingValueToLabelStatic(int val)
public int roundingLabelToValue(java.lang.String label)
public static int roundingLabelToValueStatic(java.lang.String label)
public static java.lang.String[] getRoundingPrintVals()
public static java.lang.String[] getRoundingKeyVals()
public static java.lang.String[] getRoundingActualVals()
public static java.lang.String roundingPrint2Key(java.lang.String printVal)
getRoundingPrintVals
and getRoundingKeyVals methods for details.
public static java.lang.String roundingPrint2Actual(java.lang.String printVal)
getRoundingPrintVals
and getRoundingActualVals methods for details.
public static java.lang.String roundingActual2Print(java.lang.String actualVal)
getRoundingActualVals
and getRoundingPrintVals methods for details.
public static java.lang.String getRoundingEnumSummary()
public static boolean getRoundingFlag(int fieldflag)
public static int getRoundingDefaultValue()
public static int getRoundingInvalidValue()
public java.lang.String getRoundingPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getRoundingFieldPrintValue()
public java.lang.String getRoundingRange()
public java.lang.String getRoundingValidityCheck()
public java.lang.String getRoundingMetatype()
public int getRoundDay()
public void setRoundDay(int roundDay)
public java.lang.String roundDayValueToLabel(int val)
public static java.lang.String roundDayValueToLabelStatic(int val)
public int roundDayLabelToValue(java.lang.String label)
public static int roundDayLabelToValueStatic(java.lang.String label)
public static java.lang.String[] getRoundDayPrintVals()
public static java.lang.String[] getRoundDayKeyVals()
public static java.lang.String[] getRoundDayActualVals()
public static java.lang.String roundDayPrint2Key(java.lang.String printVal)
getRoundDayPrintVals
and getRoundDayKeyVals methods for details.
public static java.lang.String roundDayPrint2Actual(java.lang.String printVal)
getRoundDayPrintVals
and getRoundDayActualVals methods for details.
public static java.lang.String roundDayActual2Print(java.lang.String actualVal)
getRoundDayActualVals
and getRoundDayPrintVals methods for details.
public static java.lang.String getRoundDayEnumSummary()
public static boolean getRoundDayFlag(int fieldflag)
public static int getRoundDayDefaultValue()
public static int getRoundDayInvalidValue()
public java.lang.String getRoundDayPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getRoundDayFieldPrintValue()
public java.lang.String getRoundDayRange()
public java.lang.String getRoundDayValidityCheck()
public java.lang.String getRoundDayMetatype()
public void init()
public java.lang.String getShortName()
getShortName in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandQueryMessage getQueryMessage()
getQueryMessage in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandCollectionMessage getCollectionMessage()
getCollectionMessage in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandUpdateMessage getUpdateMessage()
getUpdateMessage in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandStructMessage getStructMessage()
getStructMessage in interface org.sandev.basics.structs.SandMessagepublic boolean isEquivalent(org.sandev.basics.structs.SandMessage sm)
When comparing arrays, it is possible that the array elements may have been set to null as part of authorization filtering or similar unusual circumstances. A null array element is only equivalent to another null array element.
isEquivalent in interface org.sandev.basics.structs.SandMessagepublic int getBaseMemoryUse()
getBaseMemoryUse in interface org.sandev.basics.structs.SandMessage
public void generalModifier(int action,
java.lang.String field,
int index,
java.lang.Object val)
throws org.sandev.basics.structs.SandException
generalModifier in interface org.sandev.basics.structs.SandInstanceMessageorg.sandev.basics.structs.SandExceptionpublic org.sandev.basics.structs.SandAttrVal generalDereference(java.lang.String fieldspec)
generalDereference in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.Object generalAccessor(java.lang.String fieldspec)
generalAccessor in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getDisplayFields()
getDisplayFields in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getDisplayFieldsPrint()
getDisplayFieldsPrint in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String getLayoutXML()
getLayoutXML in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getDisplayValues()
getDisplayValues in interface org.sandev.basics.structs.SandInstanceMessage
public java.lang.String[] getDisplayValues(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser user,
java.lang.String defaultVal)
getDisplayValues in interface org.sandev.basics.util.Resolvable
public java.lang.String getValueForFieldName(java.lang.String fieldname,
org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser user,
java.lang.String defaultVal)
public java.lang.String[] getAllFields()
getAllFields in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getContainedMessageFields()
getContainedMessageFields in interface org.sandev.basics.structs.SandInstanceMessagepublic void defaultField(java.lang.String fieldname)
defaultField in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String getPrintnameForField(java.lang.String fieldname)
getPrintnameForField in interface org.sandev.basics.structs.SandInstanceMessagepublic org.sandev.basics.structs.SandInstanceMessage cloneMessage()
cloneMessage in interface org.sandev.basics.structs.SandInstanceMessagepublic RelativeDeadline cloneRelativeDeadline()
public RelativeDeadline shallowCopy()
public void copyDataFrom(RelativeDeadline other,
boolean deepcopy)
public void copyFieldValue(java.lang.String fieldName,
org.sandev.basics.structs.SandInstanceMessage other)
copyFieldValue in interface org.sandev.basics.structs.SandInstanceMessagepublic org.sandev.basics.structs.SandAttrVal[] fieldValidate(org.sandev.basics.structs.SandAttrVal[] checkFields)
fieldValidate in interface org.sandev.basics.structs.SandInstanceMessagepublic boolean fieldsValid()
fieldsValid in interface org.sandev.basics.structs.SandInstanceMessage
public java.lang.String[] referenceValidate(java.lang.String[] locations,
java.lang.String prefix,
org.sandev.basics.util.IDLookup idlookup,
org.sandev.basics.util.NameLookup namelookup,
org.sandev.basics.util.AuthUser au)
throws org.sandev.basics.structs.SandException
referenceValidate in interface org.sandev.basics.util.Resolvableorg.sandev.basics.structs.SandExceptionpublic org.sandev.basics.structs.SandInstanceMessage convertToSuperstructClass()
convertToSuperstructClass in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String debugDump(java.lang.String prefix)
debugDump in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String getDisplayID()
getDisplayID in interface org.sandev.basics.structs.SandInstanceMessage
public org.sandev.basics.structs.SandPersistMessage getInstance(java.lang.String classname,
long id)
getInstance in interface org.sandev.basics.structs.SandStructMessage
public org.sandev.basics.structs.SandInstanceMessage getInstance(java.lang.String classname,
java.lang.String fieldname,
java.lang.String value)
getInstance in interface org.sandev.basics.structs.SandStructMessagepublic org.sandev.basics.structs.SandCollectionMessage find(org.sandev.basics.structs.SandQueryMessage sqm)
find in interface org.sandev.basics.structs.SandStructMessagepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||