psdi.app.configure.virtual

Class AmountFormat

  • All Implemented Interfaces:
    java.rmi.Remote, MboConstants, MboRemote, NonPersistentMboRemote, MaxRemoteProxy


    public class AmountFormat
    extends NonPersistentMbo
    implements NonPersistentMboRemote
    AmountFormat virtual object is used for changing the format of Amount fields (fields whose maxtype is AMOUNT), Integer fields and Smallint fields. After executing this set, the database still needs to be configured before these changes can take effect.

    This is a system level object.

    The attributes in this object are as follows.

    Attribute NameDescription
    IntegerLengthLength for Integer fields (from maxvar INTEGERLENGTH).
    LengthLength for Amount fields (from maxvar AMTLENGTH).
    ScaleScale for Amount fields (from maxvar AMTSCALE).
    SmallintLengthLength for Smallint fields (from maxvar SMALLINTLENGTH).
    See Also:
    ConfigureService.changeAmountFormat(int, int, int, int)