Class TmaTargetResourceSchemaWsDto

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaTargetResourceSchemaWsDto
All Implemented Interfaces:
Serializable

@Validated public class TmaTargetResourceSchemaWsDto extends Object implements Serializable
Target to the schema describing the product spec resource
Since:
1810
See Also:
  • Constructor Details

    • TmaTargetResourceSchemaWsDto

      public TmaTargetResourceSchemaWsDto()
  • Method Details

    • type

    • getType

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

      public void setType(String type)
    • schemaLocation

      public TmaTargetResourceSchemaWsDto schemaLocation(String schemaLocation)
    • getSchemaLocation

      public String getSchemaLocation()
      A link to the schema describing the product spec
      Returns:
      schemaLocation
    • setSchemaLocation

      public void setSchemaLocation(String schemaLocation)
    • 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