public class SolrModifiedItemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION
Generated relation code constant for relation
BackofficeIndexerCronJob2RemovedItemRelation defining source attribute parent in extension backofficesolrsearch. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
MODIFICATIONTYPE
Generated constant - Attribute key of
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch. |
static String |
MODIFIEDPK
Generated constant - Attribute key of
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch. |
static String |
MODIFIEDTYPECODE
Generated constant - Attribute key of
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch. |
static String |
PARENT
Generated constant - Attribute key of
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrModifiedItemModel()
Generated constructor - Default constructor for generic creation.
|
SolrModifiedItemModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrModifiedItemModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
SolrItemModificationType |
getModificationType()
Generated method - Getter of the
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch. |
Long |
getModifiedPk()
Generated method - Getter of the
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch. |
String |
getModifiedTypeCode()
Generated method - Getter of the
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch. |
BackofficeSolrIndexerCronJobModel |
getParent()
Generated method - Getter of the
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch. |
void |
setModificationType(SolrItemModificationType value)
Generated method - Setter of
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch. |
void |
setModifiedPk(Long value)
Generated method - Setter of
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch. |
void |
setModifiedTypeCode(String value)
Generated method - Setter of
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch. |
void |
setParent(BackofficeSolrIndexerCronJobModel value)
Generated method - Setter of
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION
BackofficeIndexerCronJob2RemovedItemRelation defining source attribute parent in extension backofficesolrsearch.public static final String MODIFIEDTYPECODE
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.public static final String MODIFIEDPK
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.public static final String MODIFICATIONTYPE
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.public static final String PARENT
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.public SolrModifiedItemModel()
public SolrModifiedItemModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrModifiedItemModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="modificationType", type=GETTER) public SolrItemModificationType getModificationType()
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.@Accessor(qualifier="modifiedPk", type=GETTER) public Long getModifiedPk()
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.@Accessor(qualifier="modifiedTypeCode", type=GETTER) public String getModifiedTypeCode()
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.@Accessor(qualifier="parent", type=GETTER) public BackofficeSolrIndexerCronJobModel getParent()
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.@Accessor(qualifier="modificationType", type=SETTER) public void setModificationType(SolrItemModificationType value)
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.value - the modificationType@Accessor(qualifier="modifiedPk", type=SETTER) public void setModifiedPk(Long value)
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.value - the modifiedPk@Accessor(qualifier="modifiedTypeCode", type=SETTER) public void setModifiedTypeCode(String value)
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.value - the modifiedTypeCode@Accessor(qualifier="parent", type=SETTER) public void setParent(BackofficeSolrIndexerCronJobModel value)
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch.value - the parentCopyright © 2017 SAP SE. All Rights Reserved.