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 OffsetDateTimecreatedAtpublic OffsetDateTimeupdatedAtpublic Longidpublic StringsystemNamepublic LongparentIdpublic Stringtitlepublic Stringpath
-
Constructor Summary
Constructors Constructor Description CmsSection()
-
Method Summary
Modifier and Type Method Description OffsetDateTimegetCreatedAt()voidsetCreatedAt(OffsetDateTime createdAt)OffsetDateTimegetUpdatedAt()voidsetUpdatedAt(OffsetDateTime updatedAt)LonggetId()voidsetId(Long id)StringgetSystemName()voidsetSystemName(String systemName)LonggetParentId()voidsetParentId(Long parentId)StringgetTitle()voidsetTitle(String title)StringgetPath()voidsetPath(String path)ThreescaleObjectTypegetType()BooleangetPublic()voidsetPublic(Boolean _public)booleanequals(Object o)inthashCode()StringtoString()-
-
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()
-
-
-
-