Class OrganizationChildRelationship
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.OrganizationChildRelationship
@Validated
@Generated(value="de.hybris.platform.partytmfwebservices.swagger.PartyCodegen",
date="2022-10-21T20:35:34.875Z")
public class OrganizationChildRelationship
extends Object
Child references of an organization in a structure of organizations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen 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@Valid OrganizationRefGet organizationType of the relationship.inthashCode()organization(OrganizationRef organization) relationshipType(String relationshipType) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetOrganization(OrganizationRef organization) voidsetRelationshipType(String relationshipType) toString()
-
Constructor Details
-
OrganizationChildRelationship
public OrganizationChildRelationship()
-
-
Method Details
-
relationshipType
-
getRelationshipType
Type of the relationship. Could be juridical, hierarchical, geographical, functional for example.- Returns:
- relationshipType
-
setRelationshipType
-
organization
-
getOrganization
Get organization- Returns:
- organization
-
setOrganization
-
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
-