Class SharedProperty
java.lang.Object
com.maplander.backend.model.manage.property.SharedProperty
-
Constructor Summary
ConstructorsConstructorDescriptionSharedProperty(User user, Property property) SharedProperty(Long id, Long officeId, Long ownerId, Long ownerOfficeId, Long propertyId, int creationDate, PropertyLite propertyLite, boolean visibleOwner) -
Method Summary
Modifier and TypeMethodDescriptionintgetId()booleanvoidsetCreationDate(int creationDate) voidvoidsetOwnerId(Long ownerId) voidsetOwnerOfficeId(Long ownerOfficeId) voidsetPropertyId(Long propertyId) voidsetPropertyLite(PropertyLite propertyLite) voidvoidsetVisibleOwner(boolean visibleOwner)
-
Constructor Details
-
SharedProperty
public SharedProperty() -
SharedProperty
-
SharedProperty
-
-
Method Details
-
getId
-
setId
-
getUserId
-
setUserId
-
getOwnerId
-
setOwnerId
-
getOwnerOfficeId
-
setOwnerOfficeId
-
getPropertyId
-
setPropertyId
-
getCreationDate
public int getCreationDate() -
setCreationDate
public void setCreationDate(int creationDate) -
getPropertyLite
-
setPropertyLite
-
isVisibleOwner
public boolean isVisibleOwner() -
setVisibleOwner
public void setVisibleOwner(boolean visibleOwner)
-