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

@Validated @Generated(value="de.hybris.platform.partyroletmfwebservices.swagger.PrPartyRoleCodegen", date="2022-10-21T20:35:30.099Z") public class AccountRef extends Object
Account reference. A account may be a party account or a financial account.
  • Constructor Details

    • AccountRef

      public AccountRef()
  • Method Details

    • id

      public AccountRef id(String id)
    • getId

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

      public void setId(String id)
    • href

      public AccountRef href(String href)
    • getHref

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

      public void setHref(String href)
    • description

      public AccountRef description(String description)
    • getDescription

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

      public void setDescription(String description)
    • name

      public AccountRef name(String name)
    • getName

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

      public void setName(String name)
    • atbaseType

      public AccountRef atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public AccountRef atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public AccountRef attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public AccountRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      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