Package com.soffid.iam.model
Class JumpServerGroupEntity
- java.lang.Object
-
- com.soffid.iam.model.JumpServerGroupEntity
-
- Direct Known Subclasses:
JumpServerGroupEntityImpl
public abstract class JumpServerGroupEntity extends Object
Entity JumpServerGroupEntity
-
-
Constructor Summary
Constructors Constructor Description JumpServerGroupEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an JumpServerGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetDescription()Gets value for attribute descriptionLonggetId()Gets value for attribute idCollection<JumpServerEntity>getJumpServers()Gets value for attribute jumpServersStringgetName()Gets value for attribute nameStringgetPassword()Gets value for attribute passwordStringgetStoreUrl()Gets value for attribute storeUrlStringgetStoreUserName()Gets value for attribute storeUserNameTenantEntitygetTenant()Gets value for attribute tenantinthashCode()Returns a hash code based on this entity's identifiers.voidsetDescription(String description)Sets value for attribute descriptionvoidsetId(Long id)Sets value for attribute idvoidsetJumpServers(Collection<JumpServerEntity> jumpServers)Sets value for attribute jumpServersvoidsetName(String name)Sets value for attribute namevoidsetPassword(String password)Sets value for attribute passwordvoidsetStoreUrl(String storeUrl)Sets value for attribute storeUrlvoidsetStoreUserName(String storeUserName)Sets value for attribute storeUserNamevoidsetTenant(TenantEntity tenant)Sets value for attribute tenant
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getStoreUrl
public String getStoreUrl()
Gets value for attribute storeUrl
-
setStoreUrl
public void setStoreUrl(String storeUrl)
Sets value for attribute storeUrl
-
getStoreUserName
public String getStoreUserName()
Gets value for attribute storeUserName
-
setStoreUserName
public void setStoreUserName(String storeUserName)
Sets value for attribute storeUserName
-
getPassword
public String getPassword()
Gets value for attribute password
-
setPassword
public void setPassword(String password)
Sets value for attribute password
-
getJumpServers
public Collection<JumpServerEntity> getJumpServers()
Gets value for attribute jumpServers
-
setJumpServers
public void setJumpServers(Collection<JumpServerEntity> jumpServers)
Sets value for attribute jumpServers
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an JumpServerGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-