Class CmsPage
-
- All Implemented Interfaces:
-
com.fwmotion.threescale.cms.model.CmsObject
,com.fwmotion.threescale.cms.model.CmsTemplate
public class CmsPage implements CmsTemplate
-
-
Field Summary
Fields Modifier and Type Field Description public OffsetDateTime
createdAt
public OffsetDateTime
updatedAt
public Long
id
public Long
sectionId
public String
contentType
public String
handler
public Boolean
liquidEnabled
public String
path
public Boolean
hidden
public String
layout
public String
title
-
Constructor Summary
Constructors Constructor Description CmsPage()
-
Method Summary
Modifier and Type Method Description OffsetDateTime
getCreatedAt()
void
setCreatedAt(OffsetDateTime createdAt)
OffsetDateTime
getUpdatedAt()
void
setUpdatedAt(OffsetDateTime updatedAt)
Long
getId()
void
setId(Long id)
Long
getSectionId()
void
setSectionId(Long sectionId)
String
getContentType()
void
setContentType(String contentType)
String
getHandler()
void
setHandler(String handler)
Boolean
getLiquidEnabled()
void
setLiquidEnabled(Boolean liquidEnabled)
String
getPath()
void
setPath(String path)
Boolean
getHidden()
void
setHidden(Boolean hidden)
String
getLayout()
void
setLayout(String layout)
String
getTitle()
void
setTitle(String title)
boolean
equals(Object o)
int
hashCode()
String
toString()
-
-
Method Detail
-
getCreatedAt
OffsetDateTime getCreatedAt()
-
setCreatedAt
void setCreatedAt(OffsetDateTime createdAt)
-
getUpdatedAt
OffsetDateTime getUpdatedAt()
-
setUpdatedAt
void setUpdatedAt(OffsetDateTime updatedAt)
-
getSectionId
Long getSectionId()
-
setSectionId
void setSectionId(Long sectionId)
-
getContentType
String getContentType()
-
setContentType
void setContentType(String contentType)
-
getHandler
String getHandler()
-
setHandler
void setHandler(String handler)
-
getLiquidEnabled
Boolean getLiquidEnabled()
-
setLiquidEnabled
void setLiquidEnabled(Boolean liquidEnabled)
-
hashCode
int hashCode()
-
-
-
-