org.filteredpush.messaging.mysql
Class Interest
java.lang.Object
org.filteredpush.messaging.mysql.Interest
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class Interest
- extends java.lang.Object
- implements java.io.Serializable
The persistent class for the interest database table.
- Author:
- lowery
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interest
public Interest()
getClientidentity
public java.lang.String getClientidentity()
setClientidentity
public void setClientidentity(java.lang.String clientidentity)
getInterestid
public java.lang.String getInterestid()
setInterestid
public void setInterestid(java.lang.String interestid)
getFeed
public java.lang.String getFeed()
setFeed
public void setFeed(java.lang.String feed)