Class Image

java.lang.Object
com.openmeet.shared.data.image.Image
All Implemented Interfaces:
IEntity

public class Image extends Object implements IEntity
This class represents the Image Entity.
See Also:
  • Field Details

  • Constructor Details

    • Image

      public Image()
  • Method Details

    • toHashMap

      public HashMap<String,?> toHashMap()
      Returns the Image as an hashMap.
      Specified by:
      toHashMap in interface IEntity
      Returns:
      the Image as an hashMap.
      See Also:
    • toHashMap

      public HashMap<String,?> toHashMap(String... fields)
      Returns the Image as an hashMap.
      Specified by:
      toHashMap in interface IEntity
      Parameters:
      fields - the fields to be returned.
      Returns:
      the Image as an hashMap.
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public String getPath()
      Returns the path of the Image.
      Returns:
      the path of the Image.
    • setPath

      public void setPath(String path)
      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.