@NotThreadSafe @Entity public abstract class WebCmsEndpoint extends com.foreach.across.modules.hibernate.business.SettableIdBasedEntity<WebCmsEndpoint> implements WebCmsDomainBound
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Collection<WebCmsUrl> |
urls
Collection of urls attached to this endpoint.
|
| Constructor and Description |
|---|
WebCmsEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
Optional<WebCmsUrl> |
getPrimaryUrl()
Get the primary url for this
WebCmsEndpoint |
Optional<WebCmsUrl> |
getUrlWithPath(String path) |
equals, getNewEntityId, hashCode, isNew, setId, setNewEntityId, toDtoclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDomain, setDomainprotected Long id
protected Collection<WebCmsUrl> urls
Copyright © 2020. All rights reserved.