public class SearchLogProduct extends JDBCObject<SearchLogProduct>
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_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
SearchLogProduct()
Constructs a
SearchLogProduct object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributes()
Returns the attributes selected by user.
|
int |
getHits()
Returns the number of matching products.
|
java.util.Date |
getSearchDate()
Returns the date and time search was performed.
|
java.lang.String |
getSearchWord()
Returns the search word entered by user.
|
java.lang.String |
getUserId()
Returns the id of user who performed the search.
|
void |
setAttributes(java.lang.String value)
Sets the attributes selected by user.
|
void |
setHits(int value)
Sets the number of matching products.
|
void |
setSearchDate(java.util.Date value)
Sets the date and time search was performed.
|
void |
setSearchWord(java.lang.String value)
Sets the search word entered by user.
|
void |
setUserId(java.lang.String value)
Sets the id of user who performed the search.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, 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, toStringArray
private static final long serialVersionUID
public SearchLogProduct()
SearchLogProduct
object with all field values set to
null
.public java.util.Date getSearchDate()
public void setSearchDate(java.util.Date value)
value
- (java.util.Date) The date and time search was performed.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value
- (String) The id of user who performed the search.public java.lang.String getSearchWord()
public void setSearchWord(java.lang.String value)
value
- (String) The search word entered by user.public java.lang.String getAttributes()
public void setAttributes(java.lang.String value)
value
- (String) The attributes selected by user.public int getHits()
public void setHits(int value)
value
- (int) The number of matching products.