ibrokerkit.ibrokerstore.store.impl.db
Class DbPrivateAuthorization
java.lang.Object
ibrokerkit.ibrokerstore.store.impl.AbstractPrivateAuthorization
ibrokerkit.ibrokerstore.store.impl.db.DbPrivateAuthorization
- All Implemented Interfaces:
- DbObject, PrivateAuthorization, java.io.Serializable, java.lang.Comparable<PrivateAuthorization>
public class DbPrivateAuthorization
- extends AbstractPrivateAuthorization
- 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 PrivateAuthorization
getTimestamp
public java.sql.Timestamp getTimestamp()
- Specified by:
getTimestamp in interface PrivateAuthorization
getOneTimePassword
public java.lang.String getOneTimePassword()
- Specified by:
getOneTimePassword in interface PrivateAuthorization
setOneTimePassword
public void setOneTimePassword(java.lang.String publicSelectorInumber)
- Specified by:
setOneTimePassword in interface PrivateAuthorization
getPublicBrokerSecret
public java.lang.String getPublicBrokerSecret()
- Specified by:
getPublicBrokerSecret in interface PrivateAuthorization
setPublicBrokerSecret
public void setPublicBrokerSecret(java.lang.String publicSelectorIname)
- Specified by:
setPublicBrokerSecret in interface PrivateAuthorization
getDate
public java.util.Date getDate()
- Specified by:
getDate in interface PrivateAuthorization
setDate
public void setDate(java.util.Date date)
- Specified by:
setDate in interface PrivateAuthorization
Copyright © 2009. All Rights Reserved.