Class SessionID

java.lang.Object
com.epam.fixengine.SessionID
All Implemented Interfaces:
Cloneable

public class SessionID extends Object implements Cloneable
  • Field Details

    • sender

      protected String sender
    • target

      protected String target
    • qualifier

      protected String qualifier
    • customSessionID

      protected String customSessionID
    • sessionIDStr

      protected String sessionIDStr
  • Constructor Details

  • Method Details

    • getSender

      public String getSender()
    • setSender

      protected void setSender(String sender)
    • getTarget

      public String getTarget()
    • setTarget

      protected void setTarget(String target)
    • getQualifier

      public String getQualifier()
    • setQualifier

      protected void setQualifier(String qualifier)
    • isCustomSessionID

      public boolean isCustomSessionID()
    • getCustomSessionID

      public String getCustomSessionID()
    • setCustomSessionID

      protected void setCustomSessionID(String customSessionID)
    • getSessionID

      public String getSessionID()
    • updateSessionID

      protected void updateSessionID()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      protected Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException