|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.members.AccountSecrets
public class AccountSecrets
AccountSecrets encapsulates various secret words preset by the user which can be reset by either the user or an administrator. This implementation uses the following secret words:
0000
Copyright ©Zphinx Software Solutions
| Field Summary |
|---|
| Fields inherited from interface com.zphinx.spine.members.AccountSecretsConfig |
|---|
ACTIVATION, ADMIN_REGISTRATION, ADMIN_RESET_ADMIN, ADMIN_RESET_LOSTPASSWORD, ADMIN_SAVE, RESET_LOSTPASSWORD |
| Constructor Summary | |
|---|---|
AccountSecrets()
Public Constructor |
|
| Method Summary | |
|---|---|
long |
getId()
Gets the id |
String |
getLastSchoolAttended()
gets the last school attended |
String |
getMothersMaidenName()
Gets the mothers maiden name |
String |
getPassword1()
Return the password of this member. |
String |
getPassword2()
Gets the comparative/old password of this member. |
String |
getPasswordReminder()
Gets the password reminder |
String |
getPinNumber()
Gets the pin number for this user |
Date |
getSpecialDate()
Gets the special date |
String |
getSpecialDateString()
Gets the special date as a String |
String |
getSpecialPlace()
Gets the special place |
String |
getSpecialWord()
Gets the special word |
void |
setId(long id)
Sets the id |
void |
setLastSchoolAttended(String lastSchoolAttended)
Sets the last school attended |
void |
setMothersMaidenName(String mothersMaidenName)
Sets the mothers maiden name |
void |
setPassword1(String password1)
Set the new password of this member. |
void |
setPassword2(String password2)
Sets the comparative/old password of this member. |
void |
setPasswordReminder(String passwordReminder)
Sets the password reminder |
void |
setPinNumber(String pinNumber)
Sets the pin number for this user |
void |
setSpecialDate(Date specialDate)
Sets the special date |
void |
setSpecialDateString(String specialDateString)
Sets the specialDate using a String representation |
void |
setSpecialPlace(String specialPlace)
Sets the special place |
void |
setSpecialWord(String specialWord)
Sets the special word |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountSecrets()
| Method Detail |
|---|
public String getLastSchoolAttended()
public void setLastSchoolAttended(String lastSchoolAttended)
lastSchoolAttended - the lastSchoolAttended to setpublic String getMothersMaidenName()
public void setMothersMaidenName(String mothersMaidenName)
mothersMaidenName - the mothersMaidenName to setpublic Date getSpecialDate()
public void setSpecialDate(Date specialDate)
specialDate - the specialDate to setpublic String getSpecialPlace()
public void setSpecialPlace(String specialPlace)
specialPlace - the specialPlace to setpublic String getSpecialWord()
public void setSpecialWord(String specialWord)
specialWord - the specialWord to setpublic String getPassword1()
public void setPassword1(String password1)
password1 - The new password of this member.public String getPassword2()
public void setPassword2(String password2)
password2 - The new password of this member.public String getPasswordReminder()
public void setPasswordReminder(String passwordReminder)
passwordReminder - the passwordReminder to set
public void setPinNumber(String pinNumber)
throws SpineException
pinNumber - The pin number to set
SpineException - If there are more than 4 numbers or the pinnumber cannot be parsed into a numberpublic String getPinNumber()
public String getSpecialDateString()
public void setSpecialDateString(String specialDateString)
specialDateString - public long getId()
public void setId(long id)
id - the id to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||