com.jp.protection.priv.products
Class CRCEntry

java.lang.Object
  extended by com.jp.protection.priv.products.CRCEntry
All Implemented Interfaces:
DigestEntryBase, java.io.Serializable, java.lang.Cloneable

Deprecated. since 3.0 used only to support serialized products storage

public final class CRCEntry
extends java.lang.Object
implements DigestEntryBase

See Also:
Serialized Form

Field Summary
protected  java.lang.String fArchiveName
          Deprecated.  
protected  java.lang.String fEntryName
          Deprecated.  
protected  int fType
          Deprecated.  
static long serialVersionUID
          Deprecated.  
static int TYPE_CLASSES_ENTRY
          Deprecated.  
static int TYPE_FILE
          Deprecated.  
static int TYPE_JAR_ENTRY
          Deprecated.  
 
Constructor Summary
CRCEntry()
          Deprecated. Creates a new instance of the DigestEntry
CRCEntry(java.lang.String aArchiveName, java.lang.String aEntryName)
          Deprecated. Creates a new instance of the DigestEntry
CRCEntry(java.lang.String aArchiveName, java.lang.String aEntryName, int aType)
          Deprecated. Creates a new instance of the DigestEntry
 
Method Summary
 java.lang.Object clone()
          Deprecated.  
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.lang.String getArchiveName()
          Deprecated. Returns the name of the archive to find class in
 java.lang.String getEntryName()
          Deprecated. Returns the entry name
 java.lang.String getString()
          Deprecated.  
 int getType()
          Deprecated.  
 java.lang.String getTypeStr()
          Deprecated.  
 void setArchiveName(java.lang.String aArchiveName)
          Deprecated. Specifies name of archive to find entry in
 void setEntryName(java.lang.String aEntryName)
          Deprecated. Specifies the entry name
 void setType(int aType)
          Deprecated.  
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

fArchiveName

protected java.lang.String fArchiveName
Deprecated. 

fEntryName

protected java.lang.String fEntryName
Deprecated. 

fType

protected int fType
Deprecated. 

TYPE_JAR_ENTRY

public static final int TYPE_JAR_ENTRY
Deprecated. 
See Also:
Constant Field Values

TYPE_CLASSES_ENTRY

public static final int TYPE_CLASSES_ENTRY
Deprecated. 
See Also:
Constant Field Values

TYPE_FILE

public static final int TYPE_FILE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CRCEntry

public CRCEntry()
Deprecated. 
Creates a new instance of the DigestEntry


CRCEntry

public CRCEntry(java.lang.String aArchiveName,
                java.lang.String aEntryName)
Deprecated. 
Creates a new instance of the DigestEntry

Parameters:
aArchiveName - name of the archive
aEntryName - name of the entry

CRCEntry

public CRCEntry(java.lang.String aArchiveName,
                java.lang.String aEntryName,
                int aType)
Deprecated. 
Creates a new instance of the DigestEntry

Parameters:
aArchiveName - name of the archive
aEntryName - name of the entry
aType - entry type
Method Detail

getArchiveName

public java.lang.String getArchiveName()
Deprecated. 
Returns the name of the archive to find class in

Specified by:
getArchiveName in interface DigestEntryBase
Returns:
the name of the archive

setArchiveName

public void setArchiveName(java.lang.String aArchiveName)
Deprecated. 
Specifies name of archive to find entry in

Specified by:
setArchiveName in interface DigestEntryBase
Parameters:
aArchiveName - name of the archive

getEntryName

public java.lang.String getEntryName()
Deprecated. 
Returns the entry name

Specified by:
getEntryName in interface DigestEntryBase
Returns:
entry name

setEntryName

public void setEntryName(java.lang.String aEntryName)
Deprecated. 
Specifies the entry name

Specified by:
setEntryName in interface DigestEntryBase
Parameters:
aEntryName - entry name

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object

getType

public int getType()
Deprecated. 
Specified by:
getType in interface DigestEntryBase

setType

public void setType(int aType)
Deprecated. 
Specified by:
setType in interface DigestEntryBase

getTypeStr

public java.lang.String getTypeStr()
Deprecated. 
Specified by:
getTypeStr in interface DigestEntryBase

getString

public java.lang.String getString()
Deprecated. 

clone

public java.lang.Object clone()
Deprecated. 
Specified by:
clone in interface DigestEntryBase
Overrides:
clone in class java.lang.Object