@Entity
public class Avatar
extends java.lang.Object
| Constructor and Description |
|---|
Avatar(java.lang.String id,
AvatarType avatarType,
byte[] image24,
byte[] image48,
byte[] image128) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
byte[] |
getImage128() |
byte[] |
getImage24() |
byte[] |
getImage48() |
void |
setDefault() |
public Avatar(java.lang.String id,
AvatarType avatarType,
byte[] image24,
byte[] image48,
byte[] image128)