java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Channel

public class Channel extends Object
The channel defines the channel for selling product offerings where order has been submitted.
  • Constructor Details

    • Channel

      public Channel()
  • Method Details

    • id

      public Channel id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the channel
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public Channel href(String href)
    • getHref

      public String getHref()
      Unique reference of the channel
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public Channel name(String name)
    • getName

      public String getName()
      Name of the channel
      Returns:
      name
    • setName

      public void setName(String name)
    • role

      public Channel role(String role)
    • getRole

      public String getRole()
      Role of the channel - could be 'initChannel', 'submitChannel' for example.
      Returns:
      role
    • setRole

      public void setRole(String role)
    • atType

      public Channel atType(String atType)
    • getAtType

      public String getAtType()
      Indicates the (class) type of resource.
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object