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 booleanequals(Object object)Returnstrueif the argument is an JumpServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.LonggetId()Gets value for attribute idJumpServerGroupEntitygetJumpServerGroup()Gets value for attribute jumpServerGroupStringgetUrl()Gets value for attribute urlinthashCode()Returns a hash code based on this entity's identifiers.voidsetId(Long id)Sets value for attribute idvoidsetJumpServerGroup(JumpServerGroupEntity jumpServerGroup)Sets value for attribute jumpServerGroupvoidsetUrl(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)
Returnstrueif the argument is an JumpServerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-