Class AccountRef
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atreferredType(String atreferredType) atschemaLocation(String atschemaLocation) description(String description) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameDetailed description of the accountgetHref()Reference of the accountgetId()Unique identifier of the account@NotNull StringgetName()Name of the accountinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDescription(String description) voidvoidvoidtoString()
-
Constructor Details
-
AccountRef
public AccountRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the account- Returns:
- id
-
setId
-
href
-
getHref
Reference of the account- Returns:
- href
-
setHref
-
description
-
getDescription
Detailed description of the account- Returns:
- description
-
setDescription
-
name
-
getName
Name of the account- Returns:
- name
-
setName
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
atreferredType
-
getAtreferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atreferredType
-
setAtreferredType
-
equals
-
hashCode
public int hashCode() -
toString
-