FileDocCategorySizeDatePackage
Money.javaAPI DocExample458Thu Nov 08 00:23:40 GMT 2001com.ora.rmibook.chapter23.corbaaccounts

Money.java

package com.ora.rmibook.chapter23.corbaaccounts;


/**
 * Money.java
 * Generated by the IDL-to-Java compiler (portable), version "3.0"
 * from Account.idl
 * Saturday, December 16, 2000 10:18:17 PM PST
 */

public final class Money implements org.omg.CORBA.portable.IDLEntity {
    public int cents = (int) 0;

    public Money () {
    } // ctor

    public Money (int _cents) {
        cents = _cents;
    } // ctor

} // class Money