Package com.soffid.iam.api
Class PamSession
- java.lang.Object
-
- com.soffid.iam.api.PamSession
-
- All Implemented Interfaces:
Serializable
public class PamSession extends Object implements Serializable
ValueObject PamSession- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PamSession()
PamSession(PamSession otherBean)
PamSession(String id, String user, String accountName, String jumpServerGroup, String serverUrl, String path, List<Long> chapters, Date serverStart, Date serverEnd, List<Long> bookmarks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountName()
Gets value for attribute accountNameList<Long>
getBookmarks()
Gets value for attribute bookmarksList<Long>
getChapters()
Gets value for attribute chaptersString
getId()
Gets value for attribute idString
getJumpServerGroup()
Gets value for attribute jumpServerGroupString
getPath()
Gets value for attribute pathDate
getServerEnd()
Gets value for attribute serverEndDate
getServerStart()
Gets value for attribute serverStartString
getServerUrl()
Gets value for attribute serverUrlString
getUser()
Gets value for attribute uservoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setBookmarks(List<Long> bookmarks)
Sets value for attribute bookmarksvoid
setChapters(List<Long> chapters)
Sets value for attribute chaptersvoid
setId(String id)
Sets value for attribute idvoid
setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroupvoid
setPath(String path)
Sets value for attribute pathvoid
setServerEnd(Date serverEnd)
Sets value for attribute serverEndvoid
setServerStart(Date serverStart)
Sets value for attribute serverStartvoid
setServerUrl(String serverUrl)
Sets value for attribute serverUrlvoid
setUser(String user)
Sets value for attribute userString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
PamSession
public PamSession()
-
PamSession
public PamSession(String id, String user, String accountName, String jumpServerGroup, String serverUrl, String path, List<Long> chapters, Date serverStart, Date serverEnd, List<Long> bookmarks)
-
PamSession
public PamSession(PamSession otherBean)
-
-
Method Detail
-
getId
public String getId()
Gets value for attribute id
-
setId
public void setId(String id)
Sets value for attribute id
-
getUser
public String getUser()
Gets value for attribute user
-
setUser
public void setUser(String user)
Sets value for attribute user
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getJumpServerGroup
public String getJumpServerGroup()
Gets value for attribute jumpServerGroup
-
setJumpServerGroup
public void setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroup
-
getServerUrl
public String getServerUrl()
Gets value for attribute serverUrl
-
setServerUrl
public void setServerUrl(String serverUrl)
Sets value for attribute serverUrl
-
getPath
public String getPath()
Gets value for attribute path
-
setPath
public void setPath(String path)
Sets value for attribute path
-
getServerStart
public Date getServerStart()
Gets value for attribute serverStart
-
setServerStart
public void setServerStart(Date serverStart)
Sets value for attribute serverStart
-
getServerEnd
public Date getServerEnd()
Gets value for attribute serverEnd
-
setServerEnd
public void setServerEnd(Date serverEnd)
Sets value for attribute serverEnd
-
-