org.csapi.dsc
Class TpChargePerVolume

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

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

Generated from IDL definition of struct "TpChargePerVolume"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int CurrentChargePerKilobyte
           
 int InitialCharge
           
 int NextChargePerKilobyte
           
 
Constructor Summary
TpChargePerVolume()
           
TpChargePerVolume(int InitialCharge, int CurrentChargePerKilobyte, int NextChargePerKilobyte)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InitialCharge

public int InitialCharge

CurrentChargePerKilobyte

public int CurrentChargePerKilobyte

NextChargePerKilobyte

public int NextChargePerKilobyte
Constructor Detail

TpChargePerVolume

public TpChargePerVolume()

TpChargePerVolume

public TpChargePerVolume(int InitialCharge,
                         int CurrentChargePerKilobyte,
                         int NextChargePerKilobyte)


Copyright © 2009. All Rights Reserved.