org.olat.registration
Interface TemporaryKey
- All Known Implementing Classes:
- TemporaryKeyImpl
public interface TemporaryKey
Description:
- Author:
- Sabina Jeger
getVersion
int getVersion()
setVersion
void setVersion(int version)
getEmailAddress
java.lang.String getEmailAddress()
- Returns:
- email address
setEmailAddress
void setEmailAddress(java.lang.String string)
- Parameters:
string -
getIpAddress
java.lang.String getIpAddress()
- Returns:
- The ip address the registration request came from
setIpAddress
void setIpAddress(java.lang.String string)
- Parameters:
string -
getCreationDate
java.util.Date getCreationDate()
- Returns:
- Creation date
getRegistrationKey
java.lang.String getRegistrationKey()
- Returns:
- The key itself
setRegistrationKey
void setRegistrationKey(java.lang.String string)
- Parameters:
string -
isMailSent
boolean isMailSent()
- Returns:
- Wether email has been sent.
setMailSent
void setMailSent(boolean b)
- Parameters:
b -
getKey
java.lang.Long getKey()
- Returns:
- Object key.
setKey
void setKey(java.lang.Long long1)
- Parameters:
long1 -
setCreationDate
void setCreationDate(java.util.Date date)
- Parameters:
date -
getRegAction
java.lang.String getRegAction()
- Returns:
- Registration action.
setRegAction
void setRegAction(java.lang.String string)
- Parameters:
string -