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 booleanequals(Object object)Returnstrueif the argument is an TenantServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.LonggetId()Gets value for attribute idTenantEntitygetServerTenant()Gets value for attribute serverTenantServerEntitygetTenantServer()Gets value for attribute tenantServerinthashCode()Returns a hash code based on this entity's identifiers.voidsetId(Long id)Sets value for attribute idvoidsetServerTenant(TenantEntity serverTenant)Sets value for attribute serverTenantvoidsetTenantServer(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)
Returnstrueif the argument is an TenantServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-