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

Quick Search    Search Deep

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

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

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


Field Summary
 java.util.Vector globalDiagnostics
           
 java.util.Vector taskPackageRecords
           
 java.math.BigInteger updateStatus
           
 
Constructor Summary
TargetPart_type()
           
TargetPart_type(java.math.BigInteger updateStatus, java.util.Vector globalDiagnostics, java.util.Vector taskPackageRecords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updateStatus

public java.math.BigInteger updateStatus

globalDiagnostics

public java.util.Vector globalDiagnostics

taskPackageRecords

public java.util.Vector taskPackageRecords
Constructor Detail

TargetPart_type

public TargetPart_type(java.math.BigInteger updateStatus,
                       java.util.Vector globalDiagnostics,
                       java.util.Vector taskPackageRecords)

TargetPart_type

public TargetPart_type()