Class ECSession

All Implemented Interfaces:
Serializable, Cloneable

public class ECSession extends DataBaseObject
The Class ECSession.
See Also:
  • Field Details

    • ECS_COMMENT

      protected String ECS_COMMENT
      The ecs comment.
    • ECS_DATE

      protected Date ECS_DATE
      The ecs date.
    • ECS_ID

      protected long ECS_ID
      The ecs id.
    • ECS_PROFILE

      protected String ECS_PROFILE
      The ecs profile.
    • ECS_ROOT

      protected String ECS_ROOT
      The ecs root.
    • ECS_TIME

      protected Time ECS_TIME
      The ecs time.
    • ECU_NAME

      protected String ECU_NAME
      The ecu name.
    • ecuser

      protected ECUser ecuser
      The ecuser.
  • Constructor Details

    • ECSession

      public ECSession()
      Instantiates a new EC session.
    • ECSession

      public ECSession(long id)
      Instantiates a new EC session.
      Parameters:
      id - the id
    • ECSession

      public ECSession(String id)
      Instantiates a new EC session.
      Parameters:
      id - the id
  • Method Details

    • getLogin

      public String getLogin()
      Gets the login.
      Returns:
      the login
    • getToken

      public String getToken()
      Gets the token.
      Returns:
      the token
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • setDate

      public void setDate(Date param)
      Sets the date.
      Parameters:
      param - the new date
    • getId

      public long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(long param)
      Sets the id.
      Parameters:
      param - the new id
    • setId

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getProfile

      public String getProfile()
      Gets the profile.
      Returns:
      the profile
    • setProfile

      public void setProfile(String param)
      Sets the profile.
      Parameters:
      param - the new profile
    • getRoot

      public String getRoot()
      Gets the root.
      Returns:
      the root
    • setRoot

      public void setRoot(String param)
      Sets the root.
      Parameters:
      param - the new root
    • getTime

      public Time getTime()
      Gets the time.
      Returns:
      the time
    • setTime

      public void setTime(Time param)
      Sets the time.
      Parameters:
      param - the new time
    • getECUserName

      public String getECUserName()
      Gets the EC user name.
      Returns:
      the EC user name
    • setECUserName

      public void setECUserName(String param)
      Sets the EC user name.
      Parameters:
      param - the new EC user name
    • getECUser

      public ECUser getECUser()
      Gets the EC user.
      Returns:
      the EC user
    • setECUser

      public void setECUser(ECUser param)
      Sets the EC user.
      Parameters:
      param - the new EC user