Class Post
java.lang.Object
net.jonathangiles.tools.sitebuilder.models.Post
public class Post extends Object
-
Constructor Summary
Constructors Constructor Description Post() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetCategories()StringgetContent()LocalDategetDate()intgetId()PathgetRelativePath()StringgetSlug()PostStatusgetStatus()StringgetTags()StringgetTitle()inthashCode()voidsetRelativePath(Path relativePath)StringtoString()
-
Constructor Details
-
Post
public Post()
-
-
Method Details
-
getTitle
-
getContent
-
getDate
-
getStatus
-
getSlug
-
getId
public int getId() -
getCategories
-
getTags
-
getRelativePath
-
setRelativePath
-
toString
-
equals
-
hashCode
public int hashCode()
-