Package org.opennms.netmgt.config.vmware
Class VmwareServer
- java.lang.Object
-
- org.opennms.netmgt.config.vmware.VmwareServer
-
- All Implemented Interfaces:
java.io.Serializable
public class VmwareServer extends java.lang.Object implements java.io.Serializable
A VMware Server entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VmwareServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Overrides the java.lang.Object.equals method.java.lang.String
getHostname()
Returns the value of field 'hostname'.java.lang.String
getPassword()
Returns the value of field 'password'.java.lang.String
getUsername()
Returns the value of field 'username'.void
setHostname(java.lang.String hostname)
Sets the value of field 'hostname'.void
setPassword(java.lang.String password)
Sets the value of field 'password'.void
setUsername(java.lang.String username)
Sets the value of field 'username'.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Overrides the java.lang.Object.equals method.- Overrides:
equals
in classjava.lang.Object
- Parameters:
obj
-- Returns:
- true if the objects are equal.
-
getHostname
public java.lang.String getHostname()
Returns the value of field 'hostname'. The field 'hostname' has the following description: The hostname of IP address of this server- Returns:
- the value of field 'Hostname'.
-
getPassword
public java.lang.String getPassword()
Returns the value of field 'password'. The field 'password' has the following description: The password of the read-only user- Returns:
- the value of field 'Password'.
-
getUsername
public java.lang.String getUsername()
Returns the value of field 'username'. The field 'username' has the following description: The username of the read-only user- Returns:
- the value of field 'Username'.
-
setHostname
public void setHostname(java.lang.String hostname)
Sets the value of field 'hostname'. The field 'hostname' has the following description: The hostname of IP address of this server- Parameters:
hostname
- the value of field 'hostname'.
-
setPassword
public void setPassword(java.lang.String password)
Sets the value of field 'password'. The field 'password' has the following description: The password of the read-only user- Parameters:
password
- the value of field 'password'.
-
setUsername
public void setUsername(java.lang.String username)
Sets the value of field 'username'. The field 'username' has the following description: The username of the read-only user- Parameters:
username
- the value of field 'username'.
-
-