Class PropertyRequest

java.lang.Object
com.maplander.backend.model.manage.notification.PropertyRequest

public class PropertyRequest extends Object
  • Constructor Details

    • PropertyRequest

      public PropertyRequest()
    • PropertyRequest

      public PropertyRequest(Long propertyId, Long userId, NotificationTypeEnum type)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getType

      public NotificationTypeEnum getType()
    • setType

      public void setType(NotificationTypeEnum type)
    • toString

      public String toString()
      Overrides:
      toString in class Object