|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.request.GetSessionDetail
"Used to get the full sessionEntity information for one or more sessions. Returns a sessionDetail message."
| Field Summary | |
(package private) AuthInfo |
authInfo
|
(package private) java.lang.String |
generic
|
(package private) java.util.Vector |
sessionKeyVector
|
| Constructor Summary | |
GetSessionDetail()
Construct a new empty get_businessDetail request. |
|
| Method Summary | |
void |
addSessionKey(SessionKey key)
Add a BusinessKey to the collection of BusinessKeys |
void |
addSessionKey(java.lang.String key)
Add a reference to an extended business entity. |
AuthInfo |
getAuthInfo()
|
java.lang.String |
getGeneric()
|
java.util.Vector |
getSessionKeyVector()
Returns the BusinessKey Vector |
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setSessionKeyVector(java.util.Vector keys)
Sets the BusinessKey Vector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
AuthInfo authInfo
java.lang.String generic
java.util.Vector sessionKeyVector
| Constructor Detail |
public GetSessionDetail()
| Method Detail |
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void addSessionKey(SessionKey key)
key - The new BusinessKey to addpublic void addSessionKey(java.lang.String key)
key - The key of the referenced extended business entity.
java.lang.ClassCastException - If the given key is not a businesskey.public java.util.Vector getSessionKeyVector()
public void setSessionKeyVector(java.util.Vector keys)
keys - The new collection of BusinessKeyspublic void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||