|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectspellcast.net.VersionDetails
public class VersionDetails
This class contains the version details.
| Constructor Summary | |
|---|---|
VersionDetails(java.lang.String programName,
int majorVersionNumber,
int minorVersionNumber,
int revisionVersionNumber)
Provide the actual values for the version numbers. |
|
VersionDetails(VersionDetails copy)
Copy constructor. |
|
| Method Summary | |
|---|---|
int |
getMajorVersionNumber()
Returns the major version number for the program. |
int |
getMinorVersionNumber()
Returns the minor version number for the program. |
java.lang.String |
getProgramName()
Returns the name of the program that created this packet. |
int |
getRevisionVersionNumber()
Returns the revision version number for the program. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VersionDetails(java.lang.String programName,
int majorVersionNumber,
int minorVersionNumber,
int revisionVersionNumber)
programName - the name of the program creating the packetmajorVersionNumber - the major version numberminorVersionNumber - the minor version numberrevisionVersionNumber - the revision version numberpublic VersionDetails(VersionDetails copy)
| Method Detail |
|---|
public java.lang.String getProgramName()
public int getMajorVersionNumber()
public int getMinorVersionNumber()
public int getRevisionVersionNumber()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||