public class MboLONGALNValue extends MboALNValue
currentValue, mbo, mbovalueinfoALLROWS, CHANGEDBY_USER, COUNT_ADDITIONS, COUNT_AFTERSAVE, COUNT_DATABASE, COUNT_DELETED, COUNT_EXISTING, DBCONFIG, DELAYVALIDATION, DELAYVALIDATIONONLY, DISCARDABLE, GOTCOMPLETEWHERE, HIDDEN, NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH, NOACCESSCHECK, NOACTION, NOADD, NOCOMMIT, NODELETE, NONE, NOOVERWRITE, NOSAVE, NOSETVALUE, NOUPDATE, NOVALIDATION, NOVALIDATION_AND_NOACTION, NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER, READONLY, REBUILD, REQUIRED, SAMEVALUEVALIDATION, SETBYPARENT, USER| Constructor and Description |
|---|
MboLONGALNValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_getBoolean()
Throws an exception so don't call !
|
byte |
_getByte()
Throws an exception so don't call !
|
byte[] |
_getBytes()
Throws an exception so don't call !
|
java.util.Date |
_getDate()
Throws an exception so don't call !
|
double |
_getDouble()
Throws an exception so don't call !
|
float |
_getFloat()
Throws an exception so don't call !
|
int |
_getInt()
Throws an exception so don't call !
|
java.lang.String |
_getLocaleString()
This rountine has the actual implementation of the getLocaleString method.
|
long |
_getLong()
Throws an exception so don't call !
|
java.lang.String |
_getString()
Get the value as a string
|
void |
_setValue(boolean val)
Throws an exception so don't call !
|
void |
_setValue(byte val)
Throws an exception so don't call !
|
void |
_setValue(byte[] val)
Throws an exception so don't call !
|
void |
_setValue(java.util.Date val)
Throws an exception so don't call !
|
void |
_setValue(double val)
Throws an exception so don't call !
|
void |
_setValue(float val)
Throws an exception so don't call !
|
void |
_setValue(int val)
Throws an exception so don't call !
|
void |
_setValue(long val)
Throws an exception so don't call !
|
void |
_setValue(java.lang.String value)
Called to set the value of the long description
|
void |
_setValue(java.lang.String value,
long accessModifier)
Called to set the value of the long description
|
void |
_setValueNull()
Set a field value to null.
|
void |
_setValueNull(long accessModifier)
Set a field value to null.
|
void |
construct(Mbo mbo,
MboValueInfo mvInfo)
Construct with default data.
|
int |
getType()
Return the type as int defined in MXFormat
|
boolean |
isModified()
Has the field been modified
|
boolean |
isNull()
Is the field null ?
|
boolean |
isValidLongDescription()
Is it a valid longdesc? Is the description associated with it
is persistent? If persistent then true else false
|
addMboValueListener, autoKey, autoKeyByMboSiteOrg, checkFieldAccess, generateUniqueID, getApplicationError, getAppLink, getAttributeName, getBoolean, getByte, getBytes, getColumnTitle, getCurProcessValue, getCurrentFieldAccess, getCurrentValue, getDate, getDefault, getDouble, getFieldFlagFromMbo, getFlags, getFloat, getInitialValue, getInt, getIntegrationService, getLength, getList, getListeners, getLong, getLookupName, getMatchingAttr, getMatchingAttr, getMaxType, getMbo, getMboServer, getMboValueData, getMboValueData, getMboValueInfo, getMXException, getName, getPreviousValue, getPropagateKeyFlag, getScale, getString, getTranslator, hasFieldAccess, hasList, hasLongDescription, init, initValue, isApplicationRequired, isExtended, isFlagSet, isGuaranteedUnique, isHidden, isPersistent, isReadOnly, isRecordHover, isRequired, isToBeValidated, removeMboValueListener, resetCurrentFieldAccess, rollbackToCheckpoint, setApplicationError, setApplicationRequired, setBypassOperatorCheck, setCurProcessValue, setCurrentFieldAccess, setCustomLookupName, setDefault, setFlag, setFlag, setFlags, setFlags, setGuaranteedUnique, setHidden, setReadOnly, setRecordHover, setRequired, setToBeValidated, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueFromLookup, setValueNull, setValueNull, smartFill, smartFind, smartFind, takeCheckpoint, toString, validate, validatepublic void construct(Mbo mbo, MboValueInfo mvInfo) throws MXException
construct in class MboValueMXExceptionpublic java.lang.String _getString()
throws MXException
MXExceptionpublic java.lang.String _getLocaleString()
throws MXException
MboValueMXExceptionpublic void _setValue(java.lang.String value)
throws MXException
MXExceptionpublic void _setValue(java.lang.String value,
long accessModifier)
throws MXException
MXExceptionpublic boolean isValidLongDescription()
public int getType()
getType in class MboALNValuepublic void _setValueNull()
throws MXException
_setValueNull in class MboValueMXExceptionpublic void _setValueNull(long accessModifier)
throws MXException
MXExceptionpublic boolean isModified()
isModified in class MboValuepublic boolean _getBoolean()
throws MXException
MXExceptionpublic byte _getByte()
throws MXException
MXExceptionpublic int _getInt()
throws MXException
MXExceptionpublic long _getLong()
throws MXException
MXExceptionpublic float _getFloat()
throws MXException
MXExceptionpublic double _getDouble()
throws MXException
MXExceptionpublic java.util.Date _getDate()
throws MXException
MXExceptionpublic byte[] _getBytes()
throws MXException
MXExceptionpublic void _setValue(boolean val)
throws MXException
MXExceptionpublic void _setValue(byte val)
throws MXException
MXExceptionpublic void _setValue(int val)
throws MXException
MXExceptionpublic void _setValue(long val)
throws MXException
MXExceptionpublic void _setValue(float val)
throws MXException
MXExceptionpublic void _setValue(double val)
throws MXException
MXExceptionpublic void _setValue(java.util.Date val)
throws MXException
MXExceptionpublic void _setValue(byte[] val)
throws MXException
MXException