Class TargetResourceSchema

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.TargetResourceSchema

public class TargetResourceSchema extends Object
Target to the schema describing the product spec resource
  • Constructor Details

    • TargetResourceSchema

      public TargetResourceSchema()
  • Method Details

    • atType

      public TargetResourceSchema atType(String atType)
    • getAtType

      @NotNull public @NotNull String getAtType()
      Indicated the type of the productSpec described there - for example an E-Line Spec, a CPE spec
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public TargetResourceSchema atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A link to the schema describing the product spec
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • 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