Package com.epam.fixengine
Class SessionID
java.lang.Object
com.epam.fixengine.SessionID
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
clone()
boolean
int
hashCode()
boolean
protected void
setCustomSessionID
(String customSessionID) protected void
setQualifier
(String qualifier) protected void
protected void
toString()
protected void
-
Field Details
-
sender
-
target
-
qualifier
-
customSessionID
-
sessionIDStr
-
-
Constructor Details
-
SessionID
-
SessionID
-
SessionID
-
-
Method Details
-
getSender
-
setSender
-
getTarget
-
setTarget
-
getQualifier
-
setQualifier
-
isCustomSessionID
public boolean isCustomSessionID() -
getCustomSessionID
-
setCustomSessionID
-
getSessionID
-
updateSessionID
protected void updateSessionID() -
equals
-
hashCode
public int hashCode() -
toString
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-