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

Quick Search    Search Deep

com.yaftp.utils
Class UtilsVersion  view UtilsVersion download UtilsVersion.java

java.lang.Object
  extended bycom.yaftp.utils.UtilsVersion

public class UtilsVersion
extends java.lang.Object

This class is used to identify PACKAGE Version for serialization and customer display This class only implements public final static stuff


Field Summary
private static long _PRODUCT_ID_
           
private static long _VERSION_ID_
           
static long CURRENT_PRODUCT_VERSION
           
 
Constructor Summary
UtilsVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_PRODUCT_ID_

private static final long _PRODUCT_ID_
See Also:
Constant Field Values

_VERSION_ID_

private static final long _VERSION_ID_
See Also:
Constant Field Values

CURRENT_PRODUCT_VERSION

public static long CURRENT_PRODUCT_VERSION
Constructor Detail

UtilsVersion

public UtilsVersion()