package jnpf.model; import java.util.List; public class TenantVO { private String dbName; private List linkList; }