java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Party
de.hybris.platform.tuawebservicesresources.v2.dto.Organization

public class Organization extends Party
Organization represents a group of people identified by shared interests or purpose. Examples include business, department and enterprise. Because of the complex nature of many businesses, both organizations and organization units are represented by the same data.
  • Constructor Details

    • Organization

      public Organization()
  • Method Details

    • isHeadOffice

      public Organization isHeadOffice(Boolean isHeadOffice)
    • isIsHeadOffice

      public Boolean isIsHeadOffice()
      If value is true, the organization is the head office
      Returns:
      isHeadOffice
    • setIsHeadOffice

      public void setIsHeadOffice(Boolean isHeadOffice)
    • isLegalEntity

      public Organization isLegalEntity(Boolean isLegalEntity)
    • isIsLegalEntity

      public Boolean isIsLegalEntity()
      If value is true, the organization is a legal entity known by a national referential.
      Returns:
      isLegalEntity
    • setIsLegalEntity

      public void setIsLegalEntity(Boolean isLegalEntity)
    • name

      public Organization name(String name)
    • getName

      public String getName()
      Organization name (department name for example)
      Returns:
      name
    • setName

      public void setName(String name)
    • nameType

      public Organization nameType(String nameType)
    • getNameType

      public String getNameType()
      Type of the name : Co, Inc, Ltd,…
      Returns:
      nameType
    • setNameType

      public void setNameType(String nameType)
    • organizationType

      public Organization organizationType(String organizationType)
    • getOrganizationType

      public String getOrganizationType()
      Type of Organization (company, department...)
      Returns:
      organizationType
    • setOrganizationType

      public void setOrganizationType(String organizationType)
    • tradingName

      public Organization tradingName(String tradingName)
    • getTradingName

      public String getTradingName()
      Name that the organization (unit) trades under
      Returns:
      tradingName
    • setTradingName

      public void setTradingName(String tradingName)
    • existsDuring

      public Organization existsDuring(TimePeriod existsDuring)
    • getExistsDuring

      @Valid public @Valid TimePeriod getExistsDuring()
      Get existsDuring
      Returns:
      existsDuring
    • setExistsDuring

      public void setExistsDuring(TimePeriod existsDuring)
    • organizationChildRelationship

      public Organization organizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship)
    • addOrganizationChildRelationshipItem

      public Organization addOrganizationChildRelationshipItem(OrganizationChildRelationship organizationChildRelationshipItem)
    • getOrganizationChildRelationship

      @Valid public @Valid List<OrganizationChildRelationship> getOrganizationChildRelationship()
      Get organizationChildRelationship
      Returns:
      organizationChildRelationship
    • setOrganizationChildRelationship

      public void setOrganizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship)
    • organizationIdentification

      public Organization organizationIdentification(List<OrganizationIdentification> organizationIdentification)
    • addOrganizationIdentificationItem

      public Organization addOrganizationIdentificationItem(OrganizationIdentification organizationIdentificationItem)
    • getOrganizationIdentification

      @Valid public @Valid List<OrganizationIdentification> getOrganizationIdentification()
      Get organizationIdentification
      Returns:
      organizationIdentification
    • setOrganizationIdentification

      public void setOrganizationIdentification(List<OrganizationIdentification> organizationIdentification)
    • organizationParentRelationship

      public Organization organizationParentRelationship(OrganizationParentRelationship organizationParentRelationship)
    • getOrganizationParentRelationship

      @Valid public @Valid OrganizationParentRelationship getOrganizationParentRelationship()
      Get organizationParentRelationship
      Returns:
      organizationParentRelationship
    • setOrganizationParentRelationship

      public void setOrganizationParentRelationship(OrganizationParentRelationship organizationParentRelationship)
    • otherName

      public Organization otherName(List<OtherNameOrganization> otherName)
    • addOtherNameItem

      public Organization addOtherNameItem(OtherNameOrganization otherNameItem)
    • getOtherName

      @Valid public @Valid List<OtherNameOrganization> getOtherName()
      Get otherName
      Returns:
      otherName
    • setOtherName

      public void setOtherName(List<OtherNameOrganization> otherName)
    • status

      public Organization status(OrganizationStateType status)
    • getStatus

      @Valid public @Valid OrganizationStateType getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(OrganizationStateType status)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Party
    • toString

      public String toString()
      Overrides:
      toString in class Party