Package com.soffid.iam.model
Class JumpServerEntity
- java.lang.Object
-
- com.soffid.iam.model.JumpServerEntity
-
- Direct Known Subclasses:
JumpServerEntityImpl
public abstract class JumpServerEntity extends Object
Entity JumpServerEntity
-
-
Constructor Summary
Constructors Constructor Description JumpServerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an JumpServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idJumpServerGroupEntity
getJumpServerGroup()
Gets value for attribute jumpServerGroupString
getUrl()
Gets value for attribute urlint
hashCode()
Returns a hash code based on this entity's identifiers.void
setId(Long id)
Sets value for attribute idvoid
setJumpServerGroup(JumpServerGroupEntity jumpServerGroup)
Sets value for attribute jumpServerGroupvoid
setUrl(String url)
Sets value for attribute url
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getJumpServerGroup
public JumpServerGroupEntity getJumpServerGroup()
Gets value for attribute jumpServerGroup
-
setJumpServerGroup
public void setJumpServerGroup(JumpServerGroupEntity jumpServerGroup)
Sets value for attribute jumpServerGroup
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an JumpServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-