Package com.openmeet.shared.data.image
Class Image
java.lang.Object
com.openmeet.shared.data.image.Image
- All Implemented Interfaces:
IEntity
This class represents the Image Entity.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()Returns the id of the Image.intReturns the meeterId of the Image.getPath()Returns the path of the Image.voidsetId(int id) Sets the id of the Image.voidsetMeeterId(int meeterId) Sets the meeterId of the Image.voidSets the path of the Image.Returns the Image as an hashMap.Returns the Image as an hashMap.toString()
-
Field Details
-
IMAGE
- See Also:
-
IMAGE_ID
- See Also:
-
IMAGE_PATH
- See Also:
-
IMAGE_MEETER_ID
- See Also:
-
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
toHashMap
Returns the Image as an hashMap. -
toHashMap
Returns the Image as an hashMap. -
toString
-
getId
public int getId()Returns the id of the Image.- Returns:
- the id of the Image.
-
setId
public void setId(int id) Sets the id of the Image.- Parameters:
id- the id of the Image.
-
getPath
Returns the path of the Image.- Returns:
- the path of the Image.
-
setPath
Sets the path of the Image.- Parameters:
path- the path of the Image.
-
getMeeterId
public int getMeeterId()Returns the meeterId of the Image.- Returns:
- the meeterId of the Image.
-
setMeeterId
public void setMeeterId(int meeterId) Sets the meeterId of the Image.- Parameters:
meeterId- the meeterId of the Image.
-