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.
|
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) |
Picture class with its attributes: name, comment, uri, location, latitude, longitude and date.
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 | ||
) |
String com.android.ePerion.gallery.database.Picture.getComment | ( | ) |
Gets the comment.
String com.android.ePerion.gallery.database.Picture.getDate | ( | ) |
Gets the date.
int com.android.ePerion.gallery.database.Picture.getId | ( | ) |
Gets the id.
float com.android.ePerion.gallery.database.Picture.getLatitude | ( | ) |
Gets the latitude.
String com.android.ePerion.gallery.database.Picture.getLocation | ( | ) |
Gets the location.
float com.android.ePerion.gallery.database.Picture.getLongitude | ( | ) |
Gets the longitude.
String com.android.ePerion.gallery.database.Picture.getName | ( | ) |
Gets the name.
String com.android.ePerion.gallery.database.Picture.getUri | ( | ) |
Gets the uri.
void com.android.ePerion.gallery.database.Picture.setComment | ( | String | comment | ) |
Sets the comment.
comment | the new comment |
void com.android.ePerion.gallery.database.Picture.setDate | ( | String | date | ) |
Sets the date.
date | the new date |
void com.android.ePerion.gallery.database.Picture.setId | ( | int | id | ) |
Sets the id.
id | the new id |
void com.android.ePerion.gallery.database.Picture.setLatitude | ( | float | latitude | ) |
Sets the latitude.
latitude | the new latitude |
void com.android.ePerion.gallery.database.Picture.setLocation | ( | String | loc | ) |
Sets the location.
loc | the new location |
void com.android.ePerion.gallery.database.Picture.setLongitude | ( | float | longitude | ) |
Sets the longitude.
longitude | the new longitude |
void com.android.ePerion.gallery.database.Picture.setName | ( | String | name | ) |
Sets the name.
name | the new name |
void com.android.ePerion.gallery.database.Picture.setUri | ( | String | uri | ) |
Sets the uri.
uri | the new uri |