psdi.mbo

Class MboLONGALNValue

  • All Implemented Interfaces:
    MboConstants


    public class MboLONGALNValue
    extends MboALNValue
    Implementation of the Long Description field. Although this class looks like a regular MboValue, the storage of the data is actually in a separate table from all the other MboValues
    • Constructor Detail

      • MboLONGALNValue

        public MboLONGALNValue()
    • Method Detail

      • _getString

        public java.lang.String _getString()
                                    throws MXException
        Get the value as a string
        Throws:
        MXException
      • _getLocaleString

        public java.lang.String _getLocaleString()
                                          throws MXException
        Description copied from class: MboValue
        This rountine has the actual implementation of the getLocaleString method. This is called by the getLocaleString method.
        Throws:
        MXException
      • _setValue

        public void _setValue(java.lang.String value)
                       throws MXException
        Called to set the value of the long description
        Throws:
        MXException
      • _setValue

        public void _setValue(java.lang.String value,
                              long accessModifier)
                       throws MXException
        Called to set the value of the long description
        Throws:
        MXException
      • isValidLongDescription

        public boolean isValidLongDescription()
        Is it a valid longdesc? Is the description associated with it is persistent? If persistent then true else false
      • getType

        public int getType()
        Return the type as int defined in MXFormat
        Overrides:
        getType in class MboALNValue
      • _setValueNull

        public void _setValueNull(long accessModifier)
                           throws MXException
        Set a field value to null.
        Throws:
        MXException
      • isNull

        public boolean isNull()
        Is the field null ?
        Overrides:
        isNull in class MboValue
      • isModified

        public boolean isModified()
        Has the field been modified
        Overrides:
        isModified in class MboValue
      • _getBoolean

        public boolean _getBoolean()
                            throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _getByte

        public byte _getByte()
                      throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _getLong

        public long _getLong()
                      throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _getFloat

        public float _getFloat()
                        throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _getDouble

        public double _getDouble()
                          throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _getDate

        public java.util.Date _getDate()
                                throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _getBytes

        public byte[] _getBytes()
                         throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(boolean val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(byte val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(int val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(long val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(float val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(double val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(java.util.Date val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException
      • _setValue

        public void _setValue(byte[] val)
                       throws MXException
        Throws an exception so don't call !
        Throws:
        MXException