public abstract class UserImage extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
UserImage.Factory
Constructs new instances of
UserImage . |
Constructor and Description |
---|
UserImage() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an UserImage instance and all identifiers for
this entity equal the identifiers of the argument entity. |
Long |
getId() |
byte[] |
getImage() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setImage(byte[] image) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an UserImage instance and all identifiers for
this entity equal the identifiers of the argument entity. Returns false
otherwise.public Long getId()
public byte[] getImage()
public int hashCode()
public void setId(Long id)
public void setImage(byte[] image)
Copyright © 2019 Communote team. All rights reserved.