Class Channel
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Channel
The channel defines the channel for selling product offerings where order has been submitted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates the (class) type of resource.getHref()Unique reference of the channel@NotNull StringgetId()Unique identifier of the channelgetName()Name of the channelgetRole()Role of the channel - could be 'initChannel', 'submitChannel' for example.inthashCode()voidvoidvoidvoidvoidtoString()
-
Constructor Details
-
Channel
public Channel()
-
-
Method Details
-
id
-
getId
Unique identifier of the channel- Returns:
- id
-
setId
-
href
-
getHref
Unique reference of the channel- Returns:
- href
-
setHref
-
name
-
getName
Name of the channel- Returns:
- name
-
setName
-
role
-
getRole
Role of the channel - could be 'initChannel', 'submitChannel' for example.- Returns:
- role
-
setRole
-
atType
-
getAtType
Indicates the (class) type of resource.- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-