Class OrganizationChildRelationship

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.OrganizationChildRelationship

@Deprecated(since="2208") public class OrganizationChildRelationship extends Object
Deprecated.
Child references of an organization in a structure of organizations.
  • Constructor Details

    • OrganizationChildRelationship

      public OrganizationChildRelationship()
      Deprecated.
  • Method Details

    • relationshipType

      public OrganizationChildRelationship relationshipType(String relationshipType)
      Deprecated.
    • getRelationshipType

      public String getRelationshipType()
      Deprecated.
      Type of the relationship. Could be juridical, hierarchical, geographical, functional for example.
      Returns:
      relationshipType
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
      Deprecated.
    • organization

      public OrganizationChildRelationship organization(OrganizationRef organization)
      Deprecated.
    • getOrganization

      @Valid public @Valid OrganizationRef getOrganization()
      Deprecated.
      Get organization
      Returns:
      organization
    • setOrganization

      public void setOrganization(OrganizationRef organization)
      Deprecated.
    • atBaseType

      public OrganizationChildRelationship atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public OrganizationChildRelationship atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public OrganizationChildRelationship atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object