@NotThreadSafe @Entity public class WebCmsAssetLink extends com.foreach.across.modules.hibernate.business.SettableIdAuditableEntity<WebCmsAssetLink>
WebCmsObject and a WebCmsTypeSpecifier.| Modifier | Constructor and Description |
|---|---|
|
WebCmsAssetLink() |
protected |
WebCmsAssetLink(Long id,
Long newEntityId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsAsset asset,
String linkType,
int sortIndex) |
| Modifier and Type | Method and Description |
|---|---|
<U extends WebCmsAsset<U>> |
getAsset(Class<U> assetType) |
void |
setOwner(WebCmsObject owner) |
String |
toString() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateequals, getNewEntityId, hashCode, isNew, setId, setNewEntityId, toDtopublic void setOwner(WebCmsObject owner)
public <U extends WebCmsAsset<U>> U getAsset(Class<U> assetType)
Copyright © 2020. All rights reserved.