@NotThreadSafe @Entity public class WebCmsPage extends WebCmsAsset<WebCmsPage>
| Modifier and Type | Class and Description |
|---|---|
static class |
WebCmsPage.WebCmsPageBuilder |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_ID
Prefix that all object ids for a WebCmsPage have.
|
static String |
OBJECT_TYPE
Object type name (discriminator value).
|
DISCRIMINATOR_COLUMN| Modifier | Constructor and Description |
|---|---|
protected |
WebCmsPage(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
String title,
WebCmsPage parent,
String pathSegment,
boolean pathSegmentGenerated,
String canonicalPath,
boolean canonicalPathGenerated,
String template,
WebCmsPageType pageType) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsPageType |
getAssetType() |
String |
getName() |
protected String |
getObjectCollectionId() |
String |
getObjectType() |
String |
toString() |
getId, setId, setPublicationDategetObjectId, setObjectIdgetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateequals, getNewEntityId, hashCode, isNew, setNewEntityId, toDtoclone, finalize, getClass, notify, notifyAll, wait, wait, waitforObjectId, isNewgetDomain, setDomainpublic static final String OBJECT_TYPE
public static final String COLLECTION_ID
protected WebCmsPage(Long id, Long newEntityId, String objectId, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate, WebCmsDomain domain, boolean published, Date publicationDate, int sortIndex, String title, WebCmsPage parent, String pathSegment, boolean pathSegmentGenerated, String canonicalPath, boolean canonicalPathGenerated, String template, WebCmsPageType pageType)
public final String getObjectType()
getObjectType in class WebCmsObjectInheritanceSuperClass<WebCmsPage>protected final String getObjectCollectionId()
getObjectCollectionId in class WebCmsObjectSuperClass<WebCmsPage>public final String getName()
getName in class WebCmsAsset<WebCmsPage>public String toString()
toString in class WebCmsAsset<WebCmsPage>public WebCmsPageType getAssetType()
getAssetType in class WebCmsAsset<WebCmsPage>Copyright © 2020. All rights reserved.