Class AccountRefType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.AccountRefType
Reference to an external entity that can be tipically queried with another API such as a customer account, a ticket, etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) description(String description) booleanType of the referred account (s.g.: financialAccount)Description of the entitygetHref()URI where to query or perform actions on the entitygetId()Unique identifier of the entitygetName()Screen name of the entityinthashCode()voidsetAtReferredType(String atReferredType) voidsetDescription(String description) voidvoidvoidtoString()
-
Constructor Details
-
AccountRefType
public AccountRefType()
-
-
Method Details
-
id
-
getId
Unique identifier of the entity- Returns:
- id
-
setId
-
href
-
getHref
URI where to query or perform actions on the entity- Returns:
- href
-
setHref
-
name
-
getName
Screen name of the entity- Returns:
- name
-
setName
-
description
-
getDescription
Description of the entity- Returns:
- description
-
setDescription
-
atReferredType
-
getAtReferredType
Type of the referred account (s.g.: financialAccount)- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-