Class CmsSection
-
- All Implemented Interfaces:
-
com.fwmotion.threescale.cms.model.CmsObject
public class CmsSection implements CmsObject
-
-
Field Summary
Fields Modifier and Type Field Description public OffsetDateTime
createdAt
public OffsetDateTime
updatedAt
public Long
id
public String
systemName
public Long
parentId
public String
title
public String
path
-
Constructor Summary
Constructors Constructor Description CmsSection()
-
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)
String
getSystemName()
void
setSystemName(String systemName)
Long
getParentId()
void
setParentId(Long parentId)
String
getTitle()
void
setTitle(String title)
String
getPath()
void
setPath(String path)
ThreescaleObjectType
getType()
Boolean
getPublic()
void
setPublic(Boolean _public)
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)
-
getSystemName
String getSystemName()
-
setSystemName
void setSystemName(String systemName)
-
getParentId
Long getParentId()
-
setParentId
void setParentId(Long parentId)
-
getType
@Nonnull() ThreescaleObjectType getType()
-
hashCode
int hashCode()
-
-
-
-