Package com.openmeet.shared.data.meeter
Class Meeter
java.lang.Object
com.openmeet.shared.data.meeter.Meeter
- All Implemented Interfaces:
IEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the biography of the Meeter.Returns the birthdate of the Meeter.getCity()Returns the city of the Meeter.getEmail()Returns the email of the Meeter.Returns the gender of the Meeter.intgetId()Returns the id of the Meeter.Returns the name of the Meeter.Returns the surname of the Meeter.Returns the age of the Meeter.getPwd()Returns the password of the Meeter.Returns the searching gender of the Meeter.voidsetBiography(String biography) Sets the biography of the Meeter.voidsetBirthdate(Date birthdate) Sets the birthdate of the Meeter.voidSets the city of the Meeter.voidSets the email of the Meeter.voidSets the gender of the Meeter.voidsetId(int id) Sets the id of the Meeter.voidsetMeeterName(String meeterName) Sets the name of the Meeter.voidsetMeeterSurname(String meeterSurname) Sets the surname of the Meeter.voidsetPublicKey(String publicKey) Sets the public key of the Meeter.voidSets the password of the Meeter using SHA1 encryption .voidsetSearchingGender(String searchingGender) Sets the searching gender of the Meeter.Returns the Meeter as an hashMap.Returns the Meeter as an hashMap.toString()
-
Field Details
-
MEETER
- See Also:
-
MEETER_ID
- See Also:
-
MEETER_EMAIL
- See Also:
-
MEETER_MEETER_NAME
- See Also:
-
MEETER_MEETER_SURNAME
- See Also:
-
MEETER_GENDER
- See Also:
-
MEETER_SEARCHING_GENDER
- See Also:
-
MEETER_CITY
- See Also:
-
MEETER_PWD
- See Also:
-
MEETER_BIOGRAPHY
- See Also:
-
MEETER_BIRTHDATE
- See Also:
-
MEETER_PUBLIC_KEY
- See Also:
-
-
Constructor Details
-
Meeter
public Meeter()
-
-
Method Details
-
toHashMap
Returns the Meeter as an hashMap. -
toHashMap
Returns the Meeter as an hashMap. -
toString
-
getId
public int getId()Returns the id of the Meeter.- Returns:
- the id of the Meeter.
-
setId
public void setId(int id) Sets the id of the Meeter.- Parameters:
id- the id of the Meeter.
-
getEmail
Returns the email of the Meeter.- Returns:
- the email of the Meeter.
-
setEmail
Sets the email of the Meeter.- Parameters:
email- the email of the Meeter.
-
getMeeterName
Returns the name of the Meeter.- Returns:
- the name of the Meeter.
-
setMeeterName
Sets the name of the Meeter.- Parameters:
meeterName- the name of the Meeter.
-
getMeeterSurname
Returns the surname of the Meeter.- Returns:
- the surname of the Meeter.
-
setMeeterSurname
Sets the surname of the Meeter.- Parameters:
meeterSurname- the surname of the Meeter.
-
getPwd
Returns the password of the Meeter.- Returns:
- the password of the Meeter.
-
setPwd
Sets the password of the Meeter using SHA1 encryption .- Parameters:
pwd- the password of the Meeter.encrypt- true if the password must be encrypted, false otherwise.
-
getGender
Returns the gender of the Meeter.- Returns:
- the gender of the Meeter.
-
setGender
Sets the gender of the Meeter.- Parameters:
gender- the gender of the Meeter.
-
getSearchingGender
Returns the searching gender of the Meeter.- Returns:
- the searching gender of the Meeter.
-
setSearchingGender
Sets the searching gender of the Meeter.- Parameters:
searchingGender- the searching gender of the Meeter.
-
getCity
Returns the city of the Meeter.- Returns:
- the city of the Meeter.
-
setCity
Sets the city of the Meeter.- Parameters:
city- the city of the Meeter.
-
getBiography
Returns the biography of the Meeter.- Returns:
- the biography of the Meeter.
-
setBiography
Sets the biography of the Meeter.- Parameters:
biography- the biography of the Meeter.
-
getBirthdate
Returns the birthdate of the Meeter.- Returns:
- the birthdate of the Meeter.
-
setBirthdate
Sets the birthdate of the Meeter.- Parameters:
birthdate- the birthdate of the Meeter.
-
getPublicKey
Returns the age of the Meeter.- Returns:
- the age of the Meeter.
-
setPublicKey
Sets the public key of the Meeter.- Parameters:
publicKey- the public key of the Meeter.
-