ibrokerkit.epptools4java.store.impl.db
Class DbPoll

java.lang.Object
  extended by ibrokerkit.epptools4java.store.impl.AbstractPoll
      extended by 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

Method Summary
static java.util.List<DbPoll> All(org.hibernate.Session session)
           
static DbPoll ByTransactionId(org.hibernate.Session session, java.lang.String transactionId)
           
static java.lang.Long Count(org.hibernate.Session session)
           
 java.lang.Character getGcs()
           
 java.lang.Long getId()
           
 java.lang.String getResponse()
           
 java.sql.Timestamp getTimestamp()
           
 java.lang.String getTransactionId()
           
 void setGcs(java.lang.Character gcs)
           
 void setResponse(java.lang.String response)
           
 void setTransactionId(java.lang.String transactionId)
           
 
Methods inherited from class ibrokerkit.epptools4java.store.impl.AbstractPoll
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.