|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.avatarserver.business.Avatar
public class Avatar
This is the business class for the object Avatar
Constructor Summary | |
---|---|
Avatar()
|
Method Summary | |
---|---|
String |
getEmail()
Returns the Email |
String |
getHash()
the hash |
int |
getId()
Returns the IdAvatar |
String |
getMimeType()
the icon mime type |
byte[] |
getValue()
get the icon file value |
void |
setEmail(String strEmail)
Sets the Email |
void |
setHash(String hash)
set the hash |
void |
setId(int nIdAvatar)
Sets the IdAvatar |
void |
setMimeType(String mimeType)
set the icon mime type |
void |
setValue(byte[] value)
set the icon file value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Avatar()
Method Detail |
---|
public int getId()
public void setId(int nIdAvatar)
nIdAvatar
- The IdAvatarpublic String getEmail()
public void setEmail(String strEmail)
strEmail
- The Emailpublic byte[] getValue()
public void setValue(byte[] value)
value
- the file valuepublic String getMimeType()
public void setMimeType(String mimeType)
mimeType
- the icon mime typepublic String getHash()
public void setHash(String hash)
hash
- the hash
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |