Class TargetProductSchemaRef

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

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

    • TargetProductSchemaRef

      public TargetProductSchemaRef()
  • Method Details

    • atReferredType

      public TargetProductSchemaRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      class type of the target product
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • atSchemaLocation

      public TargetProductSchemaRef atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      This field provides a link to the schema describing the target product
      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