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 booleanequals(Object obj)ZonedDateTimegetDate()Get the date.StringgetId()Get the id.StringgetName()Get the name.String[]getTags()Get the tags.inthashCode()voidsetDate(ZonedDateTime date)Set the date.voidsetId(String id)Set the id.voidsetName(String name)Set the name.voidsetTags(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
 
 - 
 
 -