public class Relation<O extends OrgDto<O>> extends RelatedTenant<O>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<RelatedTenant<O>> |
relatedTenants |
orgs, tenantCode, tenantId, tenantName| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected java.util.Set<RelatedTenant<O extends OrgDto<O>>> relatedTenants
public boolean equals(java.lang.Object o)
equals in class RelatedTenant<O extends OrgDto<O>>public int hashCode()
hashCode in class RelatedTenant<O extends OrgDto<O>>