Package org.ametys.plugins.blog
Class BlogCacheManager.Post
- java.lang.Object
-
- org.ametys.plugins.blog.BlogCacheManager.Post
-
- Direct Known Subclasses:
BlogCacheManager.PostSiteLang
- Enclosing class:
- BlogCacheManager
public static class BlogCacheManager.Post extends Object
Class representing a Post in the cache.
-
-
Constructor Summary
Constructors Constructor Description Post()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ZonedDateTime
getDate()
Get the date.String
getId()
Get the id.String
getName()
Get the name.String[]
getTags()
Get the tags.int
hashCode()
void
setDate(ZonedDateTime date)
Set the date.void
setId(String id)
Set the id.void
setName(String name)
Set the name.void
setTags(String[] tags)
Set the tags.
-
-
-
Constructor Detail
-
Post
public Post()
-
-
Method Detail
-
getDate
public ZonedDateTime getDate()
Get the date.- Returns:
- the date
-
setDate
public void setDate(ZonedDateTime date)
Set the date.- Parameters:
date
- the date to set
-
-