Class OtherNameOrganization

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.OtherNameOrganization

public class OtherNameOrganization extends Object
Keeps track of other names, for example the old name of an organization.
  • Constructor Details

    • OtherNameOrganization

      public OtherNameOrganization()
  • Method Details

    • name

      public OtherNameOrganization name(String name)
    • getName

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

      public void setName(String name)
    • nameType

      public OtherNameOrganization nameType(String nameType)
    • getNameType

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

      public void setNameType(String nameType)
    • tradingName

      public OtherNameOrganization tradingName(String tradingName)
    • getTradingName

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

      public void setTradingName(String tradingName)
    • validFor

      public OtherNameOrganization validFor(TimePeriod validFor)
    • getValidFor

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

      public void setValidFor(TimePeriod validFor)
    • atBaseType

      public OtherNameOrganization atBaseType(String atBaseType)
    • getAtBaseType

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

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public OtherNameOrganization atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

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

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public OtherNameOrganization atType(String atType)
    • getAtType

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

      public void setAtType(String atType)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object