Class OtherNameOrganization

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

@Deprecated(since="2208") public class OtherNameOrganization extends Object
Deprecated.
Keeps track of other names, for example the old name of an organization.
  • Constructor Details

    • OtherNameOrganization

      public OtherNameOrganization()
      Deprecated.
  • Method Details

    • name

      public OtherNameOrganization name(String name)
      Deprecated.
    • getName

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

      public void setName(String name)
      Deprecated.
    • nameType

      public OtherNameOrganization nameType(String nameType)
      Deprecated.
    • getNameType

      public String getNameType()
      Deprecated.
      Co. , Inc. , Ltd. , Pty Ltd. , Plc; , Gmbh
      Returns:
      nameType
    • setNameType

      public void setNameType(String nameType)
      Deprecated.
    • tradingName

      public OtherNameOrganization tradingName(String tradingName)
      Deprecated.
    • getTradingName

      public String getTradingName()
      Deprecated.
      The name that the organization trades under
      Returns:
      tradingName
    • setTradingName

      public void setTradingName(String tradingName)
      Deprecated.
    • validFor

      public OtherNameOrganization validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public OtherNameOrganization 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 OtherNameOrganization 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 OtherNameOrganization 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