Class Organization
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Party
de.hybris.platform.tuawebservicesresources.v2.dto.Organization
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrganizationChildRelationshipItem(OrganizationChildRelationship organizationChildRelationshipItem) addOrganizationIdentificationItem(OrganizationIdentification organizationIdentificationItem) addOtherNameItem(OtherNameOrganization otherNameItem) booleanexistsDuring(TimePeriod existsDuring) @Valid TimePeriodGet existsDuringgetName()Organization name (department name for example)Type of the name : Co, Inc, Ltd,…@Valid List<OrganizationChildRelationship>Get organizationChildRelationship@Valid List<OrganizationIdentification>Get organizationIdentificationGet organizationParentRelationshipType of Organization (company, department...)@Valid List<OtherNameOrganization>Get otherName@Valid OrganizationStateTypeGet statusName that the organization (unit) trades underinthashCode()isHeadOffice(Boolean isHeadOffice) If value is true, the organization is the head officeIf value is true, the organization is a legal entity known by a national referential.isLegalEntity(Boolean isLegalEntity) organizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) organizationIdentification(List<OrganizationIdentification> organizationIdentification) organizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) organizationType(String organizationType) otherName(List<OtherNameOrganization> otherName) voidsetExistsDuring(TimePeriod existsDuring) voidsetIsHeadOffice(Boolean isHeadOffice) voidsetIsLegalEntity(Boolean isLegalEntity) voidvoidsetNameType(String nameType) voidsetOrganizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) voidsetOrganizationIdentification(List<OrganizationIdentification> organizationIdentification) voidsetOrganizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) voidsetOrganizationType(String organizationType) voidsetOtherName(List<OtherNameOrganization> otherName) voidsetStatus(OrganizationStateType status) voidsetTradingName(String tradingName) status(OrganizationStateType status) toString()tradingName(String tradingName) Methods inherited from class de.hybris.platform.tuawebservicesresources.v2.dto.Party
addContactMediumItem, addCreditRatingItem, addExternalReferenceItem, addPartyCharacteristicItem, addRelatedPartyItem, addTaxExemptionCertificateItem, atBaseType, atSchemaLocation, atType, contactMedium, creditRating, externalReference, getAtBaseType, getAtSchemaLocation, getAtType, getContactMedium, getCreditRating, getExternalReference, getHref, getId, getPartyCharacteristic, getRelatedParty, getTaxExemptionCertificate, href, id, partyCharacteristic, relatedParty, setAtBaseType, setAtSchemaLocation, setAtType, setContactMedium, setCreditRating, setExternalReference, setHref, setId, setPartyCharacteristic, setRelatedParty, setTaxExemptionCertificate, taxExemptionCertificate
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
isHeadOffice
-
isIsHeadOffice
If value is true, the organization is the head office- Returns:
- isHeadOffice
-
setIsHeadOffice
-
isLegalEntity
-
isIsLegalEntity
If value is true, the organization is a legal entity known by a national referential.- Returns:
- isLegalEntity
-
setIsLegalEntity
-
name
-
getName
Organization name (department name for example)- Returns:
- name
-
setName
-
nameType
-
getNameType
Type of the name : Co, Inc, Ltd,…- Returns:
- nameType
-
setNameType
-
organizationType
-
getOrganizationType
Type of Organization (company, department...)- Returns:
- organizationType
-
setOrganizationType
-
tradingName
-
getTradingName
Name that the organization (unit) trades under- Returns:
- tradingName
-
setTradingName
-
existsDuring
-
getExistsDuring
Get existsDuring- Returns:
- existsDuring
-
setExistsDuring
-
organizationChildRelationship
public Organization organizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) -
addOrganizationChildRelationshipItem
public Organization addOrganizationChildRelationshipItem(OrganizationChildRelationship organizationChildRelationshipItem) -
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
Get organizationIdentification- Returns:
- organizationIdentification
-
setOrganizationIdentification
public void setOrganizationIdentification(List<OrganizationIdentification> organizationIdentification) -
organizationParentRelationship
public Organization organizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) -
getOrganizationParentRelationship
Get organizationParentRelationship- Returns:
- organizationParentRelationship
-
setOrganizationParentRelationship
public void setOrganizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) -
otherName
-
addOtherNameItem
-
getOtherName
Get otherName- Returns:
- otherName
-
setOtherName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-