public class SearchProfileData extends Object implements Serializable
| Constructor and Description |
|---|
SearchProfileData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoostProfileCategoryName() |
String |
getBoostProfileId() |
String |
getCategoryName() |
Boolean |
getHasOwnSearchProfile() |
String |
getSearchProfileId() |
void |
setBoostProfileCategoryName(String boostProfileCategoryName) |
void |
setBoostProfileId(String boostProfileId) |
void |
setCategoryName(String categoryName) |
void |
setHasOwnSearchProfile(Boolean hasOwnSearchProfile) |
void |
setSearchProfileId(String searchProfileId) |
public void setHasOwnSearchProfile(Boolean hasOwnSearchProfile)
public Boolean getHasOwnSearchProfile()
public void setCategoryName(String categoryName)
public String getCategoryName()
public void setSearchProfileId(String searchProfileId)
public String getSearchProfileId()
public void setBoostProfileId(String boostProfileId)
public String getBoostProfileId()
public void setBoostProfileCategoryName(String boostProfileCategoryName)
public String getBoostProfileCategoryName()
Copyright © 2017 SAP SE. All Rights Reserved.