public class IMAccount extends Object
Constructor and Description |
---|
IMAccount()
Constructor for IMAccount.
|
IMAccount(String id,
String password)
Constructor for IMAccount.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Getter for id
|
String |
getPassword()
Getter for password.
|
void |
setId(String id)
Setter for id.
|
void |
setPassword(String password)
Setter for password.
|
public String getId()
public void setId(String id)
id
- The id to set.public String getPassword()
public void setPassword(String password)
password
- The password value to set.Copyright © 2012. All Rights Reserved.