Class SharedProperty

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

public class SharedProperty extends Object
  • Constructor Details

    • SharedProperty

      public SharedProperty()
    • SharedProperty

      public SharedProperty(Long id, Long officeId, Long ownerId, Long ownerOfficeId, Long propertyId, int creationDate, PropertyLite propertyLite, boolean visibleOwner)
    • SharedProperty

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

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getOwnerId

      public Long getOwnerId()
    • setOwnerId

      public void setOwnerId(Long ownerId)
    • getOwnerOfficeId

      public Long getOwnerOfficeId()
    • setOwnerOfficeId

      public void setOwnerOfficeId(Long ownerOfficeId)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)
    • getCreationDate

      public int getCreationDate()
    • setCreationDate

      public void setCreationDate(int creationDate)
    • getPropertyLite

      public PropertyLite getPropertyLite()
    • setPropertyLite

      public void setPropertyLite(PropertyLite propertyLite)
    • isVisibleOwner

      public boolean isVisibleOwner()
    • setVisibleOwner

      public void setVisibleOwner(boolean visibleOwner)