public class SolrModifiedItemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION
Generated relation code constant for relation
BackofficeIndexerCronJob2RemovedItemRelation defining source attribute parent in extension backofficesolrsearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
MODIFICATIONTYPE
Generated constant - Attribute key of
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch. |
static java.lang.String |
MODIFIEDPK
Generated constant - Attribute key of
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch. |
static java.lang.String |
MODIFIEDTYPECODE
Generated constant - Attribute key of
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch. |
static java.lang.String |
PARENT
Generated constant - Attribute key of
SolrModifiedItem.parent attribute defined at extension backofficesolrsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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. |
java.lang.Long |
getModifiedPk()
Generated method - Getter of the
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch. |
java.lang.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(java.lang.Long value)
Generated method - Setter of
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch. |
void |
setModifiedTypeCode(java.lang.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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _BACKOFFICEINDEXERCRONJOB2REMOVEDITEMRELATION
BackofficeIndexerCronJob2RemovedItemRelation defining source attribute parent in extension backofficesolrsearch.public static final java.lang.String MODIFIEDTYPECODE
SolrModifiedItem.modifiedTypeCode attribute defined at extension backofficesolrsearch.public static final java.lang.String MODIFIEDPK
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.public static final java.lang.String MODIFICATIONTYPE
SolrModifiedItem.modificationType attribute defined at extension backofficesolrsearch.public static final java.lang.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 java.lang.Long getModifiedPk()
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.@Accessor(qualifier="modifiedTypeCode", type=GETTER) public java.lang.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(java.lang.Long value)
SolrModifiedItem.modifiedPk attribute defined at extension backofficesolrsearch.value - the modifiedPk@Accessor(qualifier="modifiedTypeCode", type=SETTER) public void setModifiedTypeCode(java.lang.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 © 2018 SAP SE. All Rights Reserved.