ePerion Gallery  1.2
ePerion gallery application for the europeean ePerion project. This is an android application which manage a smart gallery where you can modify picture colors, sort the pictures and visualize any picture on Google Map.
 All Classes Namespaces Functions
com.android.ePerion.gallery.database.Picture Class Reference

Public Member Functions

 Picture ()
 
 Picture (String name, String com, String uri, String loc, float lat, float lng, String date)
 
int getId ()
 
void setId (int id)
 
String getName ()
 
void setName (String name)
 
String getComment ()
 
void setComment (String comment)
 
String getUri ()
 
void setUri (String uri)
 
String getLocation ()
 
void setLocation (String loc)
 
float getLatitude ()
 
void setLatitude (float latitude)
 
float getLongitude ()
 
void setLongitude (float longitude)
 
String getDate ()
 
void setDate (String date)
 

Detailed Description

Picture class with its attributes: name, comment, uri, location, latitude, longitude and date.

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.database.Picture.Picture ( )

Default constructor.

com.android.ePerion.gallery.database.Picture.Picture ( String  name,
String  com,
String  uri,
String  loc,
float  lat,
float  lng,
String  date 
)

Constructor thanks to the name, comment, URI, location, latitude, longitude and the date.

Parameters
namePicture name.
comPicture comment.
uriPicture URI.
locPicture location (country).
latLatitude.
lngLongitude.
dateTaken date.

Member Function Documentation

String com.android.ePerion.gallery.database.Picture.getComment ( )

Gets the comment.

Returns
the comment
String com.android.ePerion.gallery.database.Picture.getDate ( )

Gets the date.

Returns
the date
int com.android.ePerion.gallery.database.Picture.getId ( )

Gets the id.

Returns
the id
float com.android.ePerion.gallery.database.Picture.getLatitude ( )

Gets the latitude.

Returns
the latitude
String com.android.ePerion.gallery.database.Picture.getLocation ( )

Gets the location.

Returns
the location
float com.android.ePerion.gallery.database.Picture.getLongitude ( )

Gets the longitude.

Returns
the longitude
String com.android.ePerion.gallery.database.Picture.getName ( )

Gets the name.

Returns
the name
String com.android.ePerion.gallery.database.Picture.getUri ( )

Gets the uri.

Returns
the uri
void com.android.ePerion.gallery.database.Picture.setComment ( String  comment)

Sets the comment.

Parameters
commentthe new comment
void com.android.ePerion.gallery.database.Picture.setDate ( String  date)

Sets the date.

Parameters
datethe new date
void com.android.ePerion.gallery.database.Picture.setId ( int  id)

Sets the id.

Parameters
idthe new id
void com.android.ePerion.gallery.database.Picture.setLatitude ( float  latitude)

Sets the latitude.

Parameters
latitudethe new latitude
void com.android.ePerion.gallery.database.Picture.setLocation ( String  loc)

Sets the location.

Parameters
locthe new location
void com.android.ePerion.gallery.database.Picture.setLongitude ( float  longitude)

Sets the longitude.

Parameters
longitudethe new longitude
void com.android.ePerion.gallery.database.Picture.setName ( String  name)

Sets the name.

Parameters
namethe new name
void com.android.ePerion.gallery.database.Picture.setUri ( String  uri)

Sets the uri.

Parameters
urithe new uri

The documentation for this class was generated from the following file: