@NotThreadSafe @Entity public class WebCmsMenu extends WebCmsObjectSuperClass<WebCmsMenu>
Menu.| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_ID
Prefix that all object ids of a WebCmsMenu have.
|
| Constructor and Description |
|---|
WebCmsMenu(Long id,
Long newEntityId,
String objectId,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate,
WebCmsDomain domain,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getObjectCollectionId() |
String |
toString() |
getObjectId, setObjectIdgetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateequals, getNewEntityId, hashCode, isNew, setId, setNewEntityId, toDtoclone, finalize, getClass, notify, notifyAll, wait, wait, waitforObjectId, isNewgetDomain, setDomainpublic static final String COLLECTION_ID
protected String getObjectCollectionId()
getObjectCollectionId in class WebCmsObjectSuperClass<WebCmsMenu>Copyright © 2020. All rights reserved.