Package com.soffid.iam.model
Class ServerEntity
- java.lang.Object
-
- com.soffid.iam.model.ServerEntity
-
- Direct Known Subclasses:
ServerEntityImpl
public abstract class ServerEntity extends Object
Entity ServerEntity
-
-
Constructor Summary
Constructors Constructor Description ServerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAuth()Gets value for attribute authCollection<ServerCertificateEntity>getCertificates()Gets value for attribute certificatesLonggetId()Gets value for attribute idCollection<ServerInstanceEntity>getInstances()Gets value for attribute instancesStringgetJavaOptions()Gets value for attribute javaOptionsStringgetName()Gets value for attribute nameCollection<NetworkEntity>getNetworks()Gets value for attribute networksbyte[]getPk()Gets value for attribute pkCollection<ScheduledTaskEntity>getScheduledTasks()Gets value for attribute scheduledTasksCollection<SecretEntity>getSecrets()Gets value for attribute secretsCollection<TenantServerEntity>getTenants()Gets value for attribute tenantses.caib.seycon.ng.comu.ServerTypegetType()Gets value for attribute typeStringgetUrl()Gets value for attribute urlBooleangetUseMasterDatabase()Gets value for attribute useMasterDatabaseinthashCode()Returns a hash code based on this entity's identifiers.voidsetAuth(String auth)Sets value for attribute authvoidsetCertificates(Collection<ServerCertificateEntity> certificates)Sets value for attribute certificatesvoidsetId(Long id)Sets value for attribute idvoidsetInstances(Collection<ServerInstanceEntity> instances)Sets value for attribute instancesvoidsetJavaOptions(String javaOptions)Sets value for attribute javaOptionsvoidsetName(String name)Sets value for attribute namevoidsetNetworks(Collection<NetworkEntity> networks)Sets value for attribute networksvoidsetPk(byte[] pk)Sets value for attribute pkvoidsetScheduledTasks(Collection<ScheduledTaskEntity> scheduledTasks)Sets value for attribute scheduledTasksvoidsetSecrets(Collection<SecretEntity> secrets)Sets value for attribute secretsvoidsetTenants(Collection<TenantServerEntity> tenants)Sets value for attribute tenantsvoidsetType(es.caib.seycon.ng.comu.ServerType type)Sets value for attribute typevoidsetUrl(String url)Sets value for attribute urlvoidsetUseMasterDatabase(Boolean useMasterDatabase)Sets value for attribute useMasterDatabase
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getPk
public byte[] getPk()
Gets value for attribute pk
-
setPk
public void setPk(byte[] pk)
Sets value for attribute pk
-
getAuth
public String getAuth()
Gets value for attribute auth
-
setAuth
public void setAuth(String auth)
Sets value for attribute auth
-
getType
public es.caib.seycon.ng.comu.ServerType getType()
Gets value for attribute type
-
setType
public void setType(es.caib.seycon.ng.comu.ServerType type)
Sets value for attribute type
-
getUseMasterDatabase
public Boolean getUseMasterDatabase()
Gets value for attribute useMasterDatabase
-
setUseMasterDatabase
public void setUseMasterDatabase(Boolean useMasterDatabase)
Sets value for attribute useMasterDatabase
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getJavaOptions
public String getJavaOptions()
Gets value for attribute javaOptions
-
setJavaOptions
public void setJavaOptions(String javaOptions)
Sets value for attribute javaOptions
-
getSecrets
public Collection<SecretEntity> getSecrets()
Gets value for attribute secrets
-
setSecrets
public void setSecrets(Collection<SecretEntity> secrets)
Sets value for attribute secrets
-
getScheduledTasks
public Collection<ScheduledTaskEntity> getScheduledTasks()
Gets value for attribute scheduledTasks
-
setScheduledTasks
public void setScheduledTasks(Collection<ScheduledTaskEntity> scheduledTasks)
Sets value for attribute scheduledTasks
-
getNetworks
public Collection<NetworkEntity> getNetworks()
Gets value for attribute networks
-
setNetworks
public void setNetworks(Collection<NetworkEntity> networks)
Sets value for attribute networks
-
getTenants
public Collection<TenantServerEntity> getTenants()
Gets value for attribute tenants
-
setTenants
public void setTenants(Collection<TenantServerEntity> tenants)
Sets value for attribute tenants
-
getCertificates
public Collection<ServerCertificateEntity> getCertificates()
Gets value for attribute certificates
-
setCertificates
public void setCertificates(Collection<ServerCertificateEntity> certificates)
Sets value for attribute certificates
-
getInstances
public Collection<ServerInstanceEntity> getInstances()
Gets value for attribute instances
-
setInstances
public void setInstances(Collection<ServerInstanceEntity> instances)
Sets value for attribute instances
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an ServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-