public class TenantValue extends Object
private boolean
enable
private List<String>
tables
TenantValue()
List<String>
getTables()
boolean
isEnable()
void
setEnable(boolean enable)
setTables(List<String> tables)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private boolean enable
private List<String> tables
public TenantValue()
public boolean isEnable()
public void setEnable(boolean enable)
public List<String> getTables()
public void setTables(List<String> tables)
Copyright © 2024. All rights reserved.