net.sf.doolin.gui.system
Class SystemInformation

java.lang.Object
  extended by net.sf.doolin.gui.system.SystemInformation

public class SystemInformation
extends Object

System information.

Author:
Damien Coraboeuf

Constructor Summary
SystemInformation(SystemInformationType type, String key, String value)
          Constructor
 
Method Summary
 String getKey()
           
 SystemInformationType getType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInformation

public SystemInformation(SystemInformationType type,
                         String key,
                         String value)
Constructor

Parameters:
type - Type of information
key - Key for the value
value - Value
Method Detail

getType

public SystemInformationType getType()
Returns:
the type

getKey

public String getKey()
Returns:
the key

getValue

public String getValue()
Returns:
the value


Copyright © 2011. All Rights Reserved.