public interface PropertyOverride
| Modifier and Type | Method and Description |
|---|---|
Long |
getCatalogId()
Catalog id for the change.
|
String |
getEntityClass()
The fully qualified classname for the entity to whom the property override belongs
|
Long |
getEntityId()
The primary key value for the entity to whom the property override belongs
|
Long |
getId() |
String |
getPropertyName()
The name of the overridden property.
|
Long |
getSiteId()
Profile or standard site id for the change.
|
void |
setCatalogId(Long catalogId) |
void |
setEntityClass(String entityClass) |
void |
setEntityId(Long entityId) |
void |
setId(Long id) |
void |
setPropertyName(String propertyName) |
void |
setSiteId(Long siteId) |
Long getId()
void setId(Long id)
Long getSiteId()
void setSiteId(Long siteId)
Long getCatalogId()
void setCatalogId(Long catalogId)
String getPropertyName()
void setPropertyName(String propertyName)
String getEntityClass()
void setEntityClass(String entityClass)
Long getEntityId()
void setEntityId(Long entityId)
Copyright © 2020. All rights reserved.