public class PunchOutSession extends JDBCObject<PunchOutSession>
| Modifier and Type | Field and Description |
|---|---|
static char |
MODE_EDIT
The code for a punch-out session mode: edit.
|
static char |
MODE_INSPECT
The code for a punch-out session mode: inspect.
|
static char |
MODE_NEW
The code for a punch-out session mode: new.
|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
PunchOutSession()
Constructs a
PunchOutSession object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuyerCookie()
Returns the buyer cookie.
|
java.lang.String |
getBuyerDomain()
Returns the buyer domain.
|
java.lang.String |
getBuyerId()
Returns the buyer id.
|
java.lang.String |
getCartId()
Returns the id of the cart associated with the session.
|
java.util.Date |
getCreated()
Returns the time when session created.
|
char |
getMode()
Returns the n=new, e=edit, i=inspect code.
|
java.lang.String |
getSessionId()
Returns the session id.
|
java.lang.String |
getSupplierDomain()
Returns the supplier domain.
|
java.lang.String |
getSupplierId()
Returns the supplier id.
|
java.lang.String |
getURL()
Returns the post-back url.
|
java.lang.String |
getUserId()
Returns the id of the user associated with the session.
|
void |
setBuyerCookie(java.lang.String value)
Sets the buyer cookie.
|
void |
setBuyerDomain(java.lang.String value)
Sets the buyer domain.
|
void |
setBuyerId(java.lang.String value)
Sets the buyer id.
|
void |
setCartId(java.lang.String value)
Sets the id of the cart associated with the session.
|
void |
setCreated(java.util.Date value)
Sets the time when session created.
|
void |
setMode(char value)
Sets the n=new, e=edit, i=inspect code.
|
void |
setSessionId(java.lang.String value)
Sets the session id.
|
void |
setSupplierDomain(java.lang.String value)
Sets the supplier domain.
|
void |
setSupplierId(java.lang.String value)
Sets the supplier id.
|
void |
setURL(java.lang.String value)
Sets the post-back url.
|
void |
setUserId(java.lang.String value)
Sets the id of the user associated with the session.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatuscloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public static final char MODE_NEW
public static final char MODE_EDIT
public static final char MODE_INSPECT
public PunchOutSession()
PunchOutSession object with all field values set to
null.public java.lang.String getSessionId()
public void setSessionId(java.lang.String value)
value - (String) The session id.public java.lang.String getBuyerId()
public void setBuyerId(java.lang.String value)
value - (String) The buyer id.public java.lang.String getBuyerDomain()
public void setBuyerDomain(java.lang.String value)
value - (String) The buyer domain.public java.lang.String getSupplierId()
public void setSupplierId(java.lang.String value)
value - (String) The supplier id.public java.lang.String getSupplierDomain()
public void setSupplierDomain(java.lang.String value)
value - (String) The supplier domain.public java.lang.String getURL()
public void setURL(java.lang.String value)
value - (String) The post-back url.public java.util.Date getCreated()
public void setCreated(java.util.Date value)
value - (java.util.Date) The time when session created.public char getMode()
public void setMode(char value)
value - (char) The n=new, e=edit, i=inspect code.public java.lang.String getBuyerCookie()
public void setBuyerCookie(java.lang.String value)
value - (String) The buyer cookie.public java.lang.String getCartId()
public void setCartId(java.lang.String value)
value - (String) The id of the cart associated with the session.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value - (String) The id of the user associated with the session.