Class FavoriteGlobal

java.lang.Object
com.maplander.backend.model.manage.FavoriteGlobal

public class FavoriteGlobal extends Object
  • Constructor Details

    • FavoriteGlobal

      public FavoriteGlobal()
    • FavoriteGlobal

      public FavoriteGlobal(Property property, Long officeId)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getOfficeId

      public Long getOfficeId()
    • setOfficeId

      public void setOfficeId(Long officeId)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getCreationDate

      public Long getCreationDate()
    • setCreationDate

      public void setCreationDate(Long creationDate)
    • isHide

      public boolean isHide()
    • setHide

      public void setHide(boolean hide)
    • getPropertyLite

      public PropertyLite getPropertyLite()
    • setPropertyLite

      public void setPropertyLite(PropertyLite propertyLite)
    • getpType

      public PropertyTypeEnum getpType()
    • setpType

      public void setpType(PropertyTypeEnum pType)
    • getpOffering

      public OfferingTypeEnum getpOffering()
    • setpOffering

      public void setpOffering(OfferingTypeEnum pOffering)
    • toString

      public String toString()
      Overrides:
      toString in class Object