Class OrganizationChildRelationship
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.OrganizationChildRelationship
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
-