Class Meeter_Interest

java.lang.Object
com.openmeet.shared.data.meeter_interest.Meeter_Interest
All Implemented Interfaces:
IEntity

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

  • Constructor Details

    • Meeter_Interest

      public Meeter_Interest()
  • Method Details

    • toHashMap

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

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

      public int getId()
      Returns the Meeter_Interest id.
      Returns:
      the Meeter_Interest id.
    • setId

      public void setId(int id)
      Sets the Meeter_Interest id.
      Parameters:
      id - the Meeter_Interest id.
    • getInterestId

      public int getInterestId()
      Returns the Meeter_Interest interestId.
      Returns:
      the Meeter_Interest interestId.
    • setInterestId

      public void setInterestId(int interestId)
      Sets the Meeter_Interest interestId.
      Parameters:
      interestId - the Meeter_Interest interestId.
    • getMeeterId

      public int getMeeterId()
      Returns the Meeter_Interest meeterId.
      Returns:
      the Meeter_Interest meeterId.
    • setMeeterId

      public void setMeeterId(int meeterId)
      Sets the Meeter_Interest meeterId.
      Parameters:
      meeterId - the Meeter_Interest meeterId.