Class SortWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.pagedata.SortWsDTO
- All Implemented Interfaces:
Serializable
@Deprecated(since="6.5",
forRemoval=true)
public class SortWsDTO
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Use de.hybris.platform.webservicescommons.dto.SortWsDTO instead
Representation a Sort option
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetSelected(Boolean selected) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SortWsDTO
public SortWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getCode
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
setSelected
Deprecated, for removal: This API element is subject to removal in a future version. -
getSelected
Deprecated, for removal: This API element is subject to removal in a future version.
-