Class PartyAccountRef
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.PartyAccountRef
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class PartyAccountRef
extends Object
PartyAccount reference. A party account is an arrangement that a party has with an enterprise that provides products to the party.
-
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 party account.getHref()Reference of the party account.getId()Unique identifier of a party accountgetName()Name of the party accountThe condition of the account, such as due, paid, in arrears.inthashCode()voidsetAtbaseType(String atbaseType) voidsetAtreferredType(String atreferredType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDescription(String description) voidvoidvoidvoidtoString()
-
Constructor Details
-
PartyAccountRef
public PartyAccountRef()
-
-
Method Details
-
id
-
getId
Unique identifier of a party account- Returns:
- id
-
setId
-
href
-
getHref
Reference of the party account.- Returns:
- href
-
setHref
-
name
-
getName
Name of the party account- Returns:
- name
-
setName
-
description
-
getDescription
Detailed description of the party account.- Returns:
- description
-
setDescription
-
status
-
getStatus
The condition of the account, such as due, paid, in arrears.- Returns:
- status
-
setStatus
-
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
-