public class User extends Data
| Modifier and Type | Field and Description |
|---|---|
static String |
EMAIL |
static String |
EYE_COLOR |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
UserEyeColor |
getEyeColor() |
UserTag |
getTag() |
void |
setEmail(String email) |
void |
setEyeColor(UserEyeColor eyeColor) |
void |
setTag(UserTag tag) |
deleteProperty, getCreatedAt, getCreatedBy, getId, getModifiedAt, getModifiedBy, getOwner, getProperties, getProperty, getReserved, getTagId, setProperties, setProperty, setReserved, setTagId, toStringpublic static final String EYE_COLOR
public static final String EMAIL
public User()
public User(Data data)
public UserTag getTag()
public void setTag(UserTag tag)
public UserEyeColor getEyeColor()
public void setEyeColor(UserEyeColor eyeColor)
public String getEmail()
public void setEmail(String email)
Copyright © 2021. All rights reserved.