Class ExternalReference

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.ExternalReference

@Deprecated(since="2208") public class ExternalReference extends Object
Deprecated.
External reference of the individual or reference in other system
  • Constructor Details

    • ExternalReference

      public ExternalReference()
      Deprecated.
  • Method Details

    • externalReferenceType

      public ExternalReference externalReferenceType(String externalReferenceType)
      Deprecated.
    • getExternalReferenceType

      public String getExternalReferenceType()
      Deprecated.
      Type of the external reference
      Returns:
      externalReferenceType
    • setExternalReferenceType

      public void setExternalReferenceType(String externalReferenceType)
      Deprecated.
    • name

      public ExternalReference name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      External reference name
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • atBaseType

      public ExternalReference 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 ExternalReference 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 ExternalReference 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.
    • 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