Class SiteRV
java.lang.Object
com.maplander.backend.model.site.SiteRV
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getImage()
getPath()
getTitle()
getType()
void
setDescription
(String description) void
setDetailsList
(List<SiteRV.Details> detailsList) void
setGalleryList
(List<SiteRV.Gallery> galleryList) void
void
void
setModificationDate
(Date modificationDate) void
void
void
setType
(SiteRV.SiteType type) toString()
-
Constructor Details
-
SiteRV
public SiteRV()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getImage
-
setImage
-
getPath
-
setPath
-
getGalleryList
-
setGalleryList
-
getDetailsList
-
setDetailsList
-
getModificationDate
-
setModificationDate
-
toString
-