Class PropertyExpired

java.lang.Object
com.maplander.backend.model.manage.property.PropertyExpired

public class PropertyExpired extends Object
  • Constructor Details

    • PropertyExpired

      public PropertyExpired()
    • PropertyExpired

      public PropertyExpired(Property property, User user)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLastName

      public String getLastName()
    • setLastName

      public void setLastName(String lastName)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getCodePhone

      public String getCodePhone()
    • setCodePhone

      public void setCodePhone(String codePhone)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)
    • getOffer

      public OfferingTypeEnum getOffer()
    • setOffer

      public void setOffer(OfferingTypeEnum offer)
    • getType

      public PropertyTypeEnum getType()
    • setType

      public void setType(PropertyTypeEnum type)
    • getPrice

      public double getPrice()
    • setPrice

      public void setPrice(double price)
    • getAddress

      public Address getAddress()
    • setAddress

      public void setAddress(Address address)
    • getDate

      public int getDate()
    • setDate

      public void setDate(int date)
    • toString

      public String toString()
      Overrides:
      toString in class Object