|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminProductFeedItem
public class AdminProductFeedItem
Product Feed object for the Admin App
Field Summary | |
---|---|
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 Summary | |
---|---|
AdminProductFeedItem()
Constructor |
|
AdminProductFeedItem(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Currency object from a Record object |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private int productId
private int languageId
private int feedType
private java.lang.String feedKey
private java.util.Date lastUpdated
Constructor Detail |
---|
public AdminProductFeedItem()
public AdminProductFeedItem(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in interface AdminObjectIf
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()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- The id to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |