com.ibm.commerce.adapter
Interface SessionData

All Known Implementing Classes:
GenericSessionData

public interface SessionData

SessionData defines the data that is associated with a session.


Method Summary
 java.lang.String getCurrencyId()
          Gets the currency Id.
 java.lang.String getEncCurContr()
           
 java.lang.String getEncElgContr()
           
 java.lang.String getEncParOrg()
           
 java.lang.String getEncSesContr()
           
 java.lang.Integer getLanguageId()
          Gets the language Id.
 java.lang.Integer getStoreId()
          Gets the store Id.
 java.lang.Long getUserId()
          Gets the user id.
 void setCurrencyId(java.lang.String value)
          Sets the currency Id.
 void setEncCurContr(java.lang.String value)
           
 void setEncElgContr(java.lang.String value)
           
 void setEncParOrg(java.lang.String value)
           
 void setEncSesContr(java.lang.String value)
           
 void setLanguageId(java.lang.Integer value)
          Sets the language Id.
 void setStoreId(java.lang.Integer value)
          Sets the store id.
 void setUserId(java.lang.Long value)
          Sets the user id.
 

Method Detail

getCurrencyId

public java.lang.String getCurrencyId()
Gets the currency Id.

Returns:
String - the currency id

getEncCurContr

public java.lang.String getEncCurContr()

getEncElgContr

public java.lang.String getEncElgContr()

getEncParOrg

public java.lang.String getEncParOrg()

getEncSesContr

public java.lang.String getEncSesContr()

getLanguageId

public java.lang.Integer getLanguageId()
Gets the language Id.

Returns:
Integer

getStoreId

public java.lang.Integer getStoreId()
Gets the store Id.

Returns:
Integer - store id

getUserId

public java.lang.Long getUserId()
Gets the user id.

Returns:
java.lang.Long

setCurrencyId

public void setCurrencyId(java.lang.String value)
Sets the currency Id.

Parameters:
value - String - the currency id

setEncCurContr

public void setEncCurContr(java.lang.String value)

setEncElgContr

public void setEncElgContr(java.lang.String value)

setEncParOrg

public void setEncParOrg(java.lang.String value)

setEncSesContr

public void setEncSesContr(java.lang.String value)

setLanguageId

public void setLanguageId(java.lang.Integer value)
Sets the language Id.

Parameters:
value - Integer - the language Id

setStoreId

public void setStoreId(java.lang.Integer value)
Sets the store id.

Parameters:
value - Integer - store Id

setUserId

public void setUserId(java.lang.Long value)
Sets the user id.

Parameters:
value - Long - user Id