public class SalesChannel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected String |
icon |
protected Long |
id |
protected Map<String,String> |
name |
protected SalesChannel |
parent |
protected Integer |
sortOrder |
| Constructor and Description |
|---|
SalesChannel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription() |
String |
getIcon() |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getName() |
SalesChannel |
getParent() |
Integer |
getSortOrder() |
int |
hashCode() |
String |
toString() |
protected String icon
protected Long id
protected SalesChannel parent
protected Integer sortOrder
public String getIcon()
public Long getId()
public SalesChannel getParent()
public Integer getSortOrder()
Copyright © 2021. All rights reserved.