@NotThreadSafe @Entity public class WebCmsArticle extends WebCmsAsset<WebCmsArticle>
WebCmsPublication.| Modifier and Type | Class and Description |
|---|---|
static class |
WebCmsArticle.WebCmsArticleBuilder |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_ID
Prefix that all object ids for a WebCmsArticle have.
|
static String |
OBJECT_TYPE
Object type name (discriminator value).
|
DISCRIMINATOR_COLUMN| Modifier | Constructor and Description |
|---|---|
protected |
WebCmsArticle(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
WebCmsPublication publication,
WebCmsArticleType articleType,
String title,
String subTitle,
String description) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsArticleType |
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 WebCmsArticle(Long id, Long newEntityId, String objectId, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate, WebCmsDomain domain, boolean published, Date publicationDate, int sortIndex, WebCmsPublication publication, WebCmsArticleType articleType, String title, String subTitle, String description)
public final String getObjectType()
getObjectType in class WebCmsObjectInheritanceSuperClass<WebCmsArticle>protected final String getObjectCollectionId()
getObjectCollectionId in class WebCmsObjectSuperClass<WebCmsArticle>public final String getName()
getName in class WebCmsAsset<WebCmsArticle>public String toString()
toString in class WebCmsAsset<WebCmsArticle>public WebCmsArticleType getAssetType()
getAssetType in class WebCmsAsset<WebCmsArticle>Copyright © 2020. All rights reserved.