Package com.soffid.iam.model
Class TenantServerEntity
- java.lang.Object
-
- com.soffid.iam.model.TenantServerEntity
-
- Direct Known Subclasses:
TenantServerEntityImpl
public abstract class TenantServerEntity extends Object
Entity TenantServerEntity
-
-
Constructor Summary
Constructors Constructor Description TenantServerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an TenantServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idTenantEntity
getServerTenant()
Gets value for attribute serverTenantServerEntity
getTenantServer()
Gets value for attribute tenantServerint
hashCode()
Returns a hash code based on this entity's identifiers.void
setId(Long id)
Sets value for attribute idvoid
setServerTenant(TenantEntity serverTenant)
Sets value for attribute serverTenantvoid
setTenantServer(ServerEntity tenantServer)
Sets value for attribute tenantServer
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getServerTenant
public TenantEntity getServerTenant()
Gets value for attribute serverTenant
-
setServerTenant
public void setServerTenant(TenantEntity serverTenant)
Sets value for attribute serverTenant
-
getTenantServer
public ServerEntity getTenantServer()
Gets value for attribute tenantServer
-
setTenantServer
public void setTenantServer(ServerEntity tenantServer)
Sets value for attribute tenantServer
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an TenantServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-