|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexternaltables.UserInfo
class UserInfo
A simple class which represents a User in the External Tables Cookbook example.
Constructor Summary | |
---|---|
UserInfo(String email)
Constructs a user object with its unique identifier, the email address. |
Method Summary | |
---|---|
(package private) String |
getAddress()
Returns the address attribute. |
(package private) String |
getEmail()
Returns the email identifier. |
(package private) char |
getGender()
Returns the gender attribute. |
(package private) String |
getName()
Returns the name attribute. |
(package private) String |
getPhone()
Returns the phone attribute. |
(package private) Key |
getStoreKey()
Returns a Key that can be used to write or read the UserInfo. |
(package private) Value |
getStoreValue()
Serializes user info attributes into the byte array of a Value. |
(package private) void |
setAddress(String address)
Changes the address attribute. |
(package private) void |
setGender(char gender)
Changes the gender attribute. |
(package private) void |
setName(String name)
Changes the name attribute. |
(package private) void |
setPhone(String phone)
Changes the phone attribute. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
UserInfo(String email)
Method Detail |
---|
String getEmail()
void setName(String name)
String getName()
void setGender(char gender)
char getGender()
void setAddress(String address)
String getAddress()
void setPhone(String phone)
String getPhone()
Key getStoreKey()
Value getStoreValue()
public String toString()
toString
in class Object
|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |