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
Class representing a Post in the cache.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_id
The post content id. -
_name
The post content name. -
_date
The post date. -
_tags
The post tags.
-
-
Constructor Details
-
Post
public Post()
-
-
Method Details
-
getId
Get the id.- Returns:
- the id
-
setId
Set the id.- Parameters:
id
- the id to set
-
getName
Get the name.- Returns:
- the name
-
setName
Set the name.- Parameters:
name
- the name to set
-
getTags
Get the tags.- Returns:
- the tags
-
setTags
Set the tags.- Parameters:
tags
- the tags to set
-
getDate
Get the date.- Returns:
- the date
-
setDate
Set the date.- Parameters:
date
- the date to set
-
hashCode
-
equals
-