public class SPageMappingImpl extends PersistentObjectId implements SPageMapping
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMA_DELIM |
| Constructor and Description |
|---|
SPageMappingImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDiscriminator() |
String |
getKey() |
long |
getLastUpdateDate() |
long |
getLastUpdatedBy() |
List<String> |
getPageAuthorizationRules() |
String |
getPageAuthorizRules() |
Long |
getPageId() |
String |
getUrl() |
String |
getUrlAdapter() |
int |
hashCode() |
void |
setKey(String key) |
void |
setLastUpdateDate(long lastUpdateDate) |
void |
setLastUpdatedBy(long lastUpdatedBy) |
void |
setPageAuthorizationRules(List<String> rules) |
void |
setPageAuthorizRules(String pageAuthorizRules) |
void |
setPageId(Long pageId) |
void |
setUrl(String url) |
void |
setUrlAdapter(String urlAdapter) |
String |
toString() |
getId, getTenantId, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setId, setTenantIdpublic static final String COMMA_DELIM
public String getKey()
getKey in interface SPageMappingpublic void setKey(String key)
public String getUrlAdapter()
getUrlAdapter in interface SPageMappingpublic void setUrlAdapter(String urlAdapter)
public String getPageAuthorizRules()
public void setPageAuthorizRules(String pageAuthorizRules)
public List<String> getPageAuthorizationRules()
getPageAuthorizationRules in interface SPageMappingpublic Long getPageId()
getPageId in interface SPageMappingpublic void setPageId(Long pageId)
public String getUrl()
getUrl in interface SPageMappingpublic void setUrl(String url)
public String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic long getLastUpdateDate()
getLastUpdateDate in interface SPageMappingpublic void setLastUpdateDate(long lastUpdateDate)
public long getLastUpdatedBy()
getLastUpdatedBy in interface SPageMappingpublic void setLastUpdatedBy(long lastUpdatedBy)
public boolean equals(Object o)
equals in class PersistentObjectIdpublic int hashCode()
hashCode in class PersistentObjectIdpublic String toString()
toString in class PersistentObjectIdCopyright © 2019 Bonitasoft S.A.. All rights reserved.