public class SearchBoxComponentDTO extends SimpleCMSComponentDTO
modifiedPropsSet| Constructor and Description |
|---|
SearchBoxComponentDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxProducts() |
java.lang.Integer |
getMaxSuggestions() |
java.lang.Integer |
getMinCharactersBeforeRequest() |
java.lang.Integer |
getWaitTimeBeforeRequest() |
boolean |
isDisplayProductImages() |
boolean |
isDisplayProducts() |
boolean |
isDisplaySuggestions() |
void |
setDisplayProductImages(boolean value) |
void |
setDisplayProducts(boolean value) |
void |
setDisplaySuggestions(boolean value) |
void |
setMaxProducts(java.lang.Integer value) |
void |
setMaxSuggestions(java.lang.Integer value) |
void |
setMinCharactersBeforeRequest(java.lang.Integer value) |
void |
setWaitTimeBeforeRequest(java.lang.Integer value) |
getContainers, setContainersgetActions, getRestrictions, getSlots, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setContainer, setOnlyOneRestrictionMustApply, setRestricted, setRestrictions, setSlots, setType, setTypeCode, setVisiblegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic SearchBoxComponentDTO()
public java.lang.Integer getMaxProducts()
public java.lang.Integer getMaxSuggestions()
public java.lang.Integer getMinCharactersBeforeRequest()
public java.lang.Integer getWaitTimeBeforeRequest()
public boolean isDisplayProductImages()
public boolean isDisplayProducts()
public boolean isDisplaySuggestions()
public void setDisplayProductImages(boolean value)
public void setDisplayProducts(boolean value)
public void setDisplaySuggestions(boolean value)
public void setMaxProducts(java.lang.Integer value)
public void setMaxSuggestions(java.lang.Integer value)
public void setMinCharactersBeforeRequest(java.lang.Integer value)
public void setWaitTimeBeforeRequest(java.lang.Integer value)
Copyright © 2018 SAP SE. All Rights Reserved.