fr.paris.lutece.plugins.avatarserver.business
Class Avatar

java.lang.Object
  extended by fr.paris.lutece.plugins.avatarserver.business.Avatar

public class Avatar
extends Object

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

Avatar

public Avatar()
Method Detail

getId

public int getId()
Returns the IdAvatar

Returns:
The IdAvatar

setId

public void setId(int nIdAvatar)
Sets the IdAvatar

Parameters:
nIdAvatar - The IdAvatar

getEmail

public String getEmail()
Returns the Email

Returns:
The Email

setEmail

public void setEmail(String strEmail)
Sets the Email

Parameters:
strEmail - The Email

getValue

public byte[] getValue()
get the icon file value

Returns:
the icon file value

setValue

public void setValue(byte[] value)
set the icon file value

Parameters:
value - the file value

getMimeType

public String getMimeType()
the icon mime type

Returns:
the icon mime type

setMimeType

public void setMimeType(String mimeType)
set the icon mime type

Parameters:
mimeType - the icon mime type

getHash

public String getHash()
the hash

Returns:
the hash

setHash

public void setHash(String hash)
set the hash

Parameters:
hash - the hash


Copyright © 2014 Mairie de Paris. All Rights Reserved.