com.xpn.xwiki.xmlrpc
Class ServerInfo

java.lang.Object
  extended by com.xpn.xwiki.xmlrpc.ServerInfo

public class ServerInfo
extends java.lang.Object


Field Summary
private  java.lang.String baseUrl
           
private  java.lang.String buildId
           
private  boolean developmentBuild
           
private  int majorVersion
           
private  int minorVersion
           
private  int patchLevel
           
 
Constructor Summary
ServerInfo()
           
 
Method Summary
 java.lang.String getBaseUrl()
           
 java.lang.String getBuildId()
           
 java.util.Hashtable getHashtable()
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 int getPatchLevel()
           
 boolean isDevelopmentBuild()
           
 void setBaseUrl(java.lang.String baseUrl)
           
 void setBuildId(java.lang.String buildId)
           
 void setDevelopmentBuild(boolean developmentBuild)
           
 void setMajorVersion(int majorVersion)
           
 void setMinorVersion(int minorVersion)
           
 void setPatchLevel(int patchLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

majorVersion

private int majorVersion

minorVersion

private int minorVersion

patchLevel

private int patchLevel

buildId

private java.lang.String buildId

developmentBuild

private boolean developmentBuild

baseUrl

private java.lang.String baseUrl
Constructor Detail

ServerInfo

public ServerInfo()
Method Detail

getHashtable

public java.util.Hashtable getHashtable()

getMajorVersion

public int getMajorVersion()

setMajorVersion

public void setMajorVersion(int majorVersion)

getMinorVersion

public int getMinorVersion()

setMinorVersion

public void setMinorVersion(int minorVersion)

getPatchLevel

public int getPatchLevel()

setPatchLevel

public void setPatchLevel(int patchLevel)

getBuildId

public java.lang.String getBuildId()

setBuildId

public void setBuildId(java.lang.String buildId)

isDevelopmentBuild

public boolean isDevelopmentBuild()

setDevelopmentBuild

public void setDevelopmentBuild(boolean developmentBuild)

getBaseUrl

public java.lang.String getBaseUrl()

setBaseUrl

public void setBaseUrl(java.lang.String baseUrl)


Copyright 2003 Ludovic Dubost