org.csapi.cs
Class TpAmount

java.lang.Object
  extended by org.csapi.cs.TpAmount
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpAmount
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpAmount"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int Exponent
           
 int Number
           
 
Constructor Summary
TpAmount()
           
TpAmount(int Number, int Exponent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Number

public int Number

Exponent

public int Exponent
Constructor Detail

TpAmount

public TpAmount()

TpAmount

public TpAmount(int Number,
                int Exponent)


Copyright © 2009. All Rights Reserved.