Class TargetProductSchema

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

public class TargetProductSchema extends Object
The reference object to the schema and type of target product which is described by product specification
  • Constructor Details

    • TargetProductSchema

      public TargetProductSchema()
  • Method Details

    • atBaseType

      public TargetProductSchema 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 TargetProductSchema atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      @NotNull public @NotNull String getAtSchemaLocation()
      This field provides a link to the schema describing the target product
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public TargetProductSchema atType(String atType)
    • getAtType

      @NotNull public @NotNull String getAtType()
      Class type of the target product
      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