public class DbTap extends Object
Constructor and Description |
---|
DbTap() |
DbTap(int account_id,
boolean active,
String db_user,
int user_id,
String db_passwd,
String db_name,
String created_at,
String db_host,
String db_location,
String db_type,
int id,
int port) |
Modifier and Type | Method and Description |
---|---|
int |
getAccount_id() |
String |
getCreated_at() |
String |
getDb_host() |
String |
getDb_location() |
String |
getDb_name() |
String |
getDb_passwd() |
String |
getDb_type() |
String |
getDb_user() |
int |
getId() |
int |
getPort() |
int |
getUser_id() |
boolean |
isActive() |
void |
setAccount_id(int account_id) |
void |
setActive(boolean active) |
void |
setCreated_at(String created_at) |
void |
setDb_host(String db_host) |
void |
setDb_location(String db_location) |
void |
setDb_name(String db_name) |
void |
setDb_passwd(String db_passwd) |
void |
setDb_type(String db_type) |
void |
setDb_user(String db_user) |
void |
setId(int id) |
void |
setPort(int port) |
void |
setUser_id(int user_id) |
public int getAccount_id()
public void setAccount_id(int account_id)
public boolean isActive()
public void setActive(boolean active)
public String getDb_user()
public void setDb_user(String db_user)
public int getUser_id()
public void setUser_id(int user_id)
public String getDb_passwd()
public void setDb_passwd(String db_passwd)
public String getDb_name()
public void setDb_name(String db_name)
public String getCreated_at()
public void setCreated_at(String created_at)
public String getDb_host()
public void setDb_host(String db_host)
public String getDb_location()
public void setDb_location(String db_location)
public String getDb_type()
public void setDb_type(String db_type)
public int getId()
public void setId(int id)
public int getPort()
public void setPort(int port)
Copyright © 2020. All rights reserved.