Class AccountRelationship
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.AccountRelationship
@Validated
@Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen",
date="2022-10-21T20:35:18.164Z")
public class AccountRelationship
extends Object
Significant connection between accounts. For instance an aggregating account for a list of shop branches each having its own billing account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccount(AccountRef account) atbaseType(String atbaseType) atschemaLocation(String atschemaLocation) boolean@Valid AccountRefGet accountWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@NotNull StringType of relationship@NotNull @Valid TimePeriodValidity period of that relationshipinthashCode()relationshipType(String relationshipType) voidsetAccount(AccountRef account) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetRelationshipType(String relationshipType) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
AccountRelationship
public AccountRelationship()
-
-
Method Details
-
relationshipType
-
getRelationshipType
Type of relationship- Returns:
- relationshipType
-
setRelationshipType
-
account
-
getAccount
Get account- Returns:
- account
-
setAccount
-
validFor
-
getValidFor
Validity period of that relationship- Returns:
- validFor
-
setValidFor
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-