static class FindUniqueConcreteMethodBugTest.TenantImpl extends FindUniqueConcreteMethodBugTest.AbstractPerson implements FindUniqueConcreteMethodBugTest.Tenant
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Constructor and Description |
|---|
TenantImpl(int id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetIdpublic int id
public TenantImpl(int id)
public String getAddress()
getAddress in interface FindUniqueConcreteMethodBugTest.Tenant