Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.gen.ESFormat_ExportInvocation
Class TargetPart_type  view TargetPart_type download TargetPart_type.java

java.lang.Object
  extended bycom.k_int.gen.ESFormat_ExportInvocation.TargetPart_type
All Implemented Interfaces:
java.io.Serializable

public class TargetPart_type
extends java.lang.Object
implements java.io.Serializable


Field Summary
 com.k_int.gen.Z39_50_APDU_1995.IntUnit_type costSoFar
           
 com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedCost
           
 com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedQuantity
           
 com.k_int.gen.Z39_50_APDU_1995.IntUnit_type quantitySoFar
           
 
Constructor Summary
TargetPart_type()
           
TargetPart_type(com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedQuantity, com.k_int.gen.Z39_50_APDU_1995.IntUnit_type quantitySoFar, com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedCost, com.k_int.gen.Z39_50_APDU_1995.IntUnit_type costSoFar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

estimatedQuantity

public com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedQuantity

quantitySoFar

public com.k_int.gen.Z39_50_APDU_1995.IntUnit_type quantitySoFar

estimatedCost

public com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedCost

costSoFar

public com.k_int.gen.Z39_50_APDU_1995.IntUnit_type costSoFar
Constructor Detail

TargetPart_type

public TargetPart_type(com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedQuantity,
                       com.k_int.gen.Z39_50_APDU_1995.IntUnit_type quantitySoFar,
                       com.k_int.gen.Z39_50_APDU_1995.IntUnit_type estimatedCost,
                       com.k_int.gen.Z39_50_APDU_1995.IntUnit_type costSoFar)

TargetPart_type

public TargetPart_type()