ibrokerkit.epptools4java.store.impl.db
Class DbPoll
java.lang.Object
ibrokerkit.epptools4java.store.impl.AbstractPoll
ibrokerkit.epptools4java.store.impl.db.DbPoll
- All Implemented Interfaces:
- DbObject, Poll, java.io.Serializable, java.lang.Comparable<Poll>
public class DbPoll
- extends AbstractPoll
- implements DbObject
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getId
public java.lang.Long getId()
- Specified by:
getId in interface Poll
getTimestamp
public java.sql.Timestamp getTimestamp()
- Specified by:
getTimestamp in interface Poll
getGcs
public java.lang.Character getGcs()
- Specified by:
getGcs in interface Poll
setGcs
public void setGcs(java.lang.Character gcs)
- Specified by:
setGcs in interface Poll
getTransactionId
public java.lang.String getTransactionId()
- Specified by:
getTransactionId in interface Poll
setTransactionId
public void setTransactionId(java.lang.String transactionId)
- Specified by:
setTransactionId in interface Poll
getResponse
public java.lang.String getResponse()
- Specified by:
getResponse in interface Poll
setResponse
public void setResponse(java.lang.String response)
- Specified by:
setResponse in interface Poll
All
public static java.util.List<DbPoll> All(org.hibernate.Session session)
ByTransactionId
public static DbPoll ByTransactionId(org.hibernate.Session session,
java.lang.String transactionId)
Count
public static java.lang.Long Count(org.hibernate.Session session)
Copyright © 2009. All Rights Reserved.