org.apache.qpid.management.web.action
Class ConsoleModel

java.lang.Object
  extended by org.apache.qpid.management.web.action.ConsoleModel
All Implemented Interfaces:
Serializable

public class ConsoleModel
extends Object
implements Serializable

Console Model. It is a simple Data Transfer Object encapsulating all information about QMan console (System Overview)

See Also:
Serialized Form

Constructor Summary
ConsoleModel()
           
 
Method Summary
 String getArchName()
           
 List<String> getBootClasspath()
           
 String[] getClasspath()
           
 String getHost()
           
 String[] getInputArguments()
           
 String getOsName()
           
 String getOsVersion()
           
 int getPort()
           
 Integer getProcessors()
           
 Date getStartDate()
           
 String[] getSystemProperties()
           
 String getVersion()
           
 String getVersionName()
           
 void setArchName(String archName)
           
 void setBootClasspath(String[] bootClasspath)
           
 void setClasspath(String[] classpath)
           
 void setHost(String host)
           
 void setInputArguments(String[] inputArguments)
           
 void setOsName(String osName)
           
 void setOsVersion(String osVersion)
           
 void setPort(int port)
           
 void setProcessors(Integer processors)
           
 void setStartDate(Date startDate)
           
 void setSystemProperties(String[] systemProperties)
           
 void setVersion(String version)
           
 void setVersionName(String versionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleModel

public ConsoleModel()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getVersionName

public String getVersionName()

setVersionName

public void setVersionName(String versionName)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getHost

public String getHost()

setHost

public void setHost(String host)

getPort

public int getPort()

setPort

public void setPort(int port)

getOsName

public String getOsName()

setOsName

public void setOsName(String osName)

getOsVersion

public String getOsVersion()

setOsVersion

public void setOsVersion(String osVersion)

getArchName

public String getArchName()

setArchName

public void setArchName(String archName)

getProcessors

public Integer getProcessors()

setProcessors

public void setProcessors(Integer processors)

getBootClasspath

public List<String> getBootClasspath()

setBootClasspath

public void setBootClasspath(String[] bootClasspath)

getClasspath

public String[] getClasspath()

setClasspath

public void setClasspath(String[] classpath)

getInputArguments

public String[] getInputArguments()

setInputArguments

public void setInputArguments(String[] inputArguments)

getSystemProperties

public String[] getSystemProperties()

setSystemProperties

public void setSystemProperties(String[] systemProperties)


Licensed to the Apache Software Foundation