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 boolean
equals(Object object)
Returnstrue
if the argument is an JumpServerGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getDescription()
Gets value for attribute descriptionLong
getId()
Gets value for attribute idCollection<JumpServerEntity>
getJumpServers()
Gets value for attribute jumpServersString
getName()
Gets value for attribute nameString
getPassword()
Gets value for attribute passwordString
getStoreUrl()
Gets value for attribute storeUrlString
getStoreUserName()
Gets value for attribute storeUserNameTenantEntity
getTenant()
Gets value for attribute tenantint
hashCode()
Returns a hash code based on this entity's identifiers.void
setDescription(String description)
Sets value for attribute descriptionvoid
setId(Long id)
Sets value for attribute idvoid
setJumpServers(Collection<JumpServerEntity> jumpServers)
Sets value for attribute jumpServersvoid
setName(String name)
Sets value for attribute namevoid
setPassword(String password)
Sets value for attribute passwordvoid
setStoreUrl(String storeUrl)
Sets value for attribute storeUrlvoid
setStoreUserName(String storeUserName)
Sets value for attribute storeUserNamevoid
setTenant(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)
Returnstrue
if the argument is an JumpServerGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-