public class MboLONGALNValue extends MboALNValue
ALLROWS, 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, getMboValueData, getMboValueData, getMboValueInfo, getMXException, getName, getPreviousValue, getScale, getString, hasFieldAccess, hasList, hasLongDescription, init, initValue, isApplicationRequired, isExtended, isFlagSet, isGuaranteedUnique, isHidden, isPersistent, isReadOnly, isRequired, isToBeValidated, removeMboValueListener, resetCurrentFieldAccess, rollbackToCheckpoint, setApplicationError, setApplicationRequired, setBypassOperatorCheck, setCurProcessValue, setCurrentFieldAccess, setDefault, setFlag, setFlag, setFlags, setFlags, setGuaranteedUnique, setHidden, setReadOnly, 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, validate
public void construct(Mbo mbo, MboValueInfo mvInfo) throws MXException
construct
in class MboValue
MXException
public java.lang.String _getString() throws MXException
MXException
public java.lang.String _getLocaleString() throws MXException
MboValue
MXException
public void _setValue(java.lang.String value) throws MXException
MXException
public void _setValue(java.lang.String value, long accessModifier) throws MXException
MXException
public boolean isValidLongDescription()
public int getType()
getType
in class MboALNValue
public void _setValueNull() throws MXException
_setValueNull
in class MboValue
MXException
public void _setValueNull(long accessModifier) throws MXException
MXException
public boolean isModified()
isModified
in class MboValue
public boolean _getBoolean() throws MXException
MXException
public byte _getByte() throws MXException
MXException
public int _getInt() throws MXException
MXException
public long _getLong() throws MXException
MXException
public float _getFloat() throws MXException
MXException
public double _getDouble() throws MXException
MXException
public java.util.Date _getDate() throws MXException
MXException
public byte[] _getBytes() throws MXException
MXException
public void _setValue(boolean val) throws MXException
MXException
public void _setValue(byte val) throws MXException
MXException
public void _setValue(int val) throws MXException
MXException
public void _setValue(long val) throws MXException
MXException
public void _setValue(float val) throws MXException
MXException
public void _setValue(double val) throws MXException
MXException
public void _setValue(java.util.Date val) throws MXException
MXException
public void _setValue(byte[] val) throws MXException
MXException