Class ExternalIdentifier

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

public class ExternalIdentifier extends Object
ExternalIdentifier
  • Constructor Details

    • ExternalIdentifier

      public ExternalIdentifier()
  • Method Details

    • owner

      public ExternalIdentifier owner(String owner)
    • getOwner

      public String getOwner()
      Name of the external system that owns the entity.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • externalIdentifierType

      public ExternalIdentifier externalIdentifierType(String externalIdentifierType)
    • getExternalIdentifierType

      public String getExternalIdentifierType()
      Type of the identification, typically would be the type of the entity within the external system
      Returns:
      externalIdentifierType
    • setExternalIdentifierType

      public void setExternalIdentifierType(String externalIdentifierType)
    • id

      public ExternalIdentifier id(String id)
    • getId

      public String getId()
      Identification of the entity within the external system.
      Returns:
      id
    • setId

      public void setId(String id)
    • 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