java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.AccountRef

@Deprecated(since="2208") public class AccountRef extends Object
Deprecated.
Account reference. A account may be a party account or a financial account.
  • Constructor Details

    • AccountRef

      public AccountRef()
      Deprecated.
  • Method Details

    • id

      public AccountRef id(String id)
      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Unique identifier of the account
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public AccountRef href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Reference of the account
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • description

      public AccountRef description(String description)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
      Detailed description of the account
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • name

      public AccountRef name(String name)
      Deprecated.
    • getName

      @NotNull public @NotNull String getName()
      Deprecated.
      Name of the account
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • atBaseType

      public AccountRef atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public AccountRef atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public AccountRef atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • atReferredType

      public AccountRef atReferredType(String atReferredType)
      Deprecated.
    • getAtReferredType

      public String getAtReferredType()
      Deprecated.
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object