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.ListAttribute Class Reference

Public Member Functions

 ListAttribute (String n, String c, Uri u, int id, float lat, float lng)
 
String getName ()
 
void setName (String name)
 
String getComment ()
 
void setComment (String comment)
 
Uri getUri ()
 
void setUri (Uri uri)
 
boolean isCheck ()
 
void setCheck (boolean check)
 
int getId ()
 
void setId (int id)
 
float getLat ()
 
void setLat (float lat)
 
float getLng ()
 
void setLng (float lng)
 

Detailed Description

Class to create a list attribute that allows to have picture information for the custom listView and the Google Map.

Author
Julien Salvi

Constructor & Destructor Documentation

com.android.ePerion.gallery.ListAttribute.ListAttribute ( String  n,
String  c,
Uri  u,
int  id,
float  lat,
float  lng 
)

Constructor of the listAttribute thanks to its parameters.

Parameters
nThe picture name.
cThe picture comment.
uThe picture Uri.
idThe picture ID.
latThe picture latitude.
lngThe picture longitude.

Member Function Documentation

String com.android.ePerion.gallery.ListAttribute.getComment ( )

Gets the comment.

Returns
the comment
int com.android.ePerion.gallery.ListAttribute.getId ( )

Gets the id.

Returns
the id
float com.android.ePerion.gallery.ListAttribute.getLat ( )

Gets the lat.

Returns
the lat
float com.android.ePerion.gallery.ListAttribute.getLng ( )

Gets the lng.

Returns
the lng
String com.android.ePerion.gallery.ListAttribute.getName ( )

Gets the name.

Returns
the name
Uri com.android.ePerion.gallery.ListAttribute.getUri ( )

Gets the uri.

Returns
the uri
boolean com.android.ePerion.gallery.ListAttribute.isCheck ( )

Checks if is check.

Returns
true, if is check
void com.android.ePerion.gallery.ListAttribute.setCheck ( boolean  check)

Sets the check.

Parameters
checkthe new check
void com.android.ePerion.gallery.ListAttribute.setComment ( String  comment)

Sets the comment.

Parameters
commentthe new comment
void com.android.ePerion.gallery.ListAttribute.setId ( int  id)

Sets the id.

Parameters
idthe new id
void com.android.ePerion.gallery.ListAttribute.setLat ( float  lat)

Sets the lat.

Parameters
latthe new lat
void com.android.ePerion.gallery.ListAttribute.setLng ( float  lng)

Sets the lng.

Parameters
lngthe new lng
void com.android.ePerion.gallery.ListAttribute.setName ( String  name)

Sets the name.

Parameters
namethe new name
void com.android.ePerion.gallery.ListAttribute.setUri ( Uri  uri)

Sets the uri.

Parameters
urithe new uri

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