Class AccountRefType

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

public class AccountRefType extends Object
Reference to an external entity that can be tipically queried with another API such as a customer account, a ticket, etc.
  • Constructor Details

    • AccountRefType

      public AccountRefType()
  • Method Details

    • id

      public AccountRefType id(String id)
    • getId

      public String getId()
      Unique identifier of the entity
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public AccountRefType href(String href)
    • getHref

      public String getHref()
      URI where to query or perform actions on the entity
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public AccountRefType name(String name)
    • getName

      public String getName()
      Screen name of the entity
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public AccountRefType description(String description)
    • getDescription

      public String getDescription()
      Description of the entity
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • atReferredType

      public AccountRefType atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Type of the referred account (s.g.: financialAccount)
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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