Class ExternalIdentifier
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ExternalIdentifier
ExternalIdentifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalIdentifierType(String externalIdentifierType) Type of the identification, typically would be the type of the entity within the external systemgetId()Identification of the entity within the external system.getOwner()Name of the external system that owns the entity.inthashCode()voidsetExternalIdentifierType(String externalIdentifierType) voidvoidtoString()
-
Constructor Details
-
ExternalIdentifier
public ExternalIdentifier()
-
-
Method Details
-
owner
-
getOwner
Name of the external system that owns the entity.- Returns:
- owner
-
setOwner
-
externalIdentifierType
-
getExternalIdentifierType
Type of the identification, typically would be the type of the entity within the external system- Returns:
- externalIdentifierType
-
setExternalIdentifierType
-
id
-
getId
Identification of the entity within the external system.- Returns:
- id
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-