public class SiteActivityPage extends JDBCObject<SiteActivityPage>
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
SiteActivityPage()
Constructs a
SiteActivityPage object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAccessed()
Returns the time when the page was accessed.
|
boolean |
getFromPost()
Returns the is from post operation flag.
|
java.lang.String |
getPageName()
Returns the the name of the accessed page.
|
java.lang.String |
getPageParm()
Returns the the parameters used to invoke the page.
|
java.lang.String |
getSessionId()
Returns the session id.
|
void |
setAccessed()
Sets the time when the page was accessed to the current date and time.
|
void |
setAccessed(java.util.Date value)
Sets the time when the page was accessed.
|
void |
setFromPost(boolean value)
Sets the is from post operation flag.
|
void |
setPageName(java.lang.String value)
Sets the the name of the accessed page.
|
void |
setPageParm(java.lang.String value)
Sets the the parameters used to invoke the page.
|
void |
setSessionId(java.lang.String value)
Sets the session id.
|
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 SiteActivityPage()
SiteActivityPage 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.util.Date getAccessed()
public void setAccessed()
public void setAccessed(java.util.Date value)
value - (java.util.Date) The time when the page was accessed.public boolean getFromPost()
public void setFromPost(boolean value)
value - (boolean) The is from post operation flag.public java.lang.String getPageName()
public void setPageName(java.lang.String value)
value - (String) The the name of the accessed page.public java.lang.String getPageParm()
public void setPageParm(java.lang.String value)
value - (String) The the parameters used to invoke the page.