public class UserInfo extends Object
| Constructor and Description |
|---|
UserInfo(String confID,
String userID,
String ucID) |
UserInfo(String confID,
String userID,
String ucID,
String connectionID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfID() |
String |
getConnectionID() |
String |
getUcID() |
String |
getUserID() |
void |
setConfID(String confID) |
void |
setConnectionID(String connectionID) |
void |
setUcID(String ucID) |
void |
setUserID(String userID) |
public String getConnectionID()
public void setConnectionID(String connectionID)
public String getConfID()
public void setConfID(String confID)
public String getUserID()
public void setUserID(String userID)
public String getUcID()
public void setUcID(String ucID)
Copyright © 2021. All rights reserved.