@NotThreadSafe @Entity public class WebCmsImage extends WebCmsAsset<WebCmsImage> implements ImageOwner
| Modifier and Type | Class and Description |
|---|---|
static class |
WebCmsImage.WebCmsImageBuilder |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_ID
Prefix that all object ids for a WebCmsImage have.
|
static String |
OBJECT_TYPE
Object type name (discriminator value).
|
DISCRIMINATOR_COLUMN| Modifier | Constructor and Description |
|---|---|
protected |
WebCmsImage(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
boolean published,
Date publicationDate,
int sortIndex,
String name,
String externalId,
String source,
String description,
String keywords) |
| Modifier and Type | Method and Description |
|---|---|
WebCmsAssetType |
getAssetType() |
Optional<String> |
getImageServerKey()
Deprecated.
|
protected String |
getObjectCollectionId() |
String |
getObjectType() |
String |
toString() |
getId, getName, 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 WebCmsImage(Long id, Long newEntityId, String objectId, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate, WebCmsDomain domain, boolean published, Date publicationDate, int sortIndex, String name, String externalId, String source, String description, String keywords)
public final String getObjectType()
getObjectType in class WebCmsObjectInheritanceSuperClass<WebCmsImage>protected final String getObjectCollectionId()
getObjectCollectionId in class WebCmsObjectSuperClass<WebCmsImage>public String toString()
toString in class WebCmsAsset<WebCmsImage>public WebCmsAssetType getAssetType()
getAssetType in class WebCmsAsset<WebCmsImage>@Deprecated public Optional<String> getImageServerKey()
ImageOwnergetImageServerKey in interface ImageOwnerCopyright © 2020. All rights reserved.