public class AdminProductFeedItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
feedKey
the feed_key column
|
private int |
feedType
the feed_type column
|
private int |
id
the id column (we make this the same as the productId)
|
private int |
languageId
the language_id column
|
private java.util.Date |
lastUpdated
The last_updated column
|
private int |
productId
the product_id column
|
Constructor and Description |
---|
AdminProductFeedItem()
Constructor
|
AdminProductFeedItem(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Currency object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeedKey() |
int |
getFeedType() |
int |
getId() |
int |
getLanguageId() |
java.util.Date |
getLastUpdated() |
int |
getProductId() |
void |
setFeedKey(java.lang.String feedKey) |
void |
setFeedType(int feedType) |
void |
setId(int id) |
void |
setLanguageId(int languageId) |
void |
setLastUpdated(java.util.Date lastUpdated) |
void |
setProductId(int productId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int productId
private int languageId
private int feedType
private java.lang.String feedKey
private java.util.Date lastUpdated
public AdminProductFeedItem()
public AdminProductFeedItem(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.util.Date getLastUpdated()
public void setLastUpdated(java.util.Date lastUpdated)
lastUpdated
- The lastUpdated to set.public int getProductId()
public void setProductId(int productId)
productId
- The productId to set.public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- The languageId to set.public int getFeedType()
public void setFeedType(int feedType)
feedType
- The feedType to set.public java.lang.String getFeedKey()
public void setFeedKey(java.lang.String feedKey)
feedKey
- The feedKey to set.public int getId()
public void setId(int id)
id
- The id to set.Copyright © 2018 DS Data Systems UK Ltd.