Class ServiceSpecificationRef

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

public class ServiceSpecificationRef extends Object
Service specification reference: ServiceSpecification(s) required to realize a ProductSpecification.
  • Constructor Details

    • ServiceSpecificationRef

      public ServiceSpecificationRef()
  • Method Details

    • id

    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the service specification
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ServiceSpecificationRef href(String href)
    • getHref

      public String getHref()
      Reference of the serviceSpecification
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public ServiceSpecificationRef name(String name)
    • getName

      public String getName()
      Name of the requiredServiceSpecification
      Returns:
      name
    • setName

      public void setName(String name)
    • version

      public ServiceSpecificationRef version(String version)
    • getVersion

      public String getVersion()
      Service specification version
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • atReferredType

      public ServiceSpecificationRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      the class type of associated service specification
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • targetServiceSchema

      public ServiceSpecificationRef targetServiceSchema(TargetServiceSchema targetServiceSchema)
    • getTargetServiceSchema

      @Valid public @Valid TargetServiceSchema getTargetServiceSchema()
      Get targetServiceSchema
      Returns:
      targetServiceSchema
    • setTargetServiceSchema

      public void setTargetServiceSchema(TargetServiceSchema targetServiceSchema)
    • atBaseType

      public ServiceSpecificationRef 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 ServiceSpecificationRef 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 ServiceSpecificationRef 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)
    • externalIdentifier

      public ServiceSpecificationRef externalIdentifier(List<ExternalIdentifier> externalIdentifier)
    • addExternalIdentifierItem

      public ServiceSpecificationRef addExternalIdentifierItem(ExternalIdentifier externalIdentifierItem)
    • getExternalIdentifier

      @Valid public @Valid List<ExternalIdentifier> getExternalIdentifier()
      Get externalIdentifier
      Returns:
      externalIdentifier
    • setExternalIdentifier

      public void setExternalIdentifier(List<ExternalIdentifier> externalIdentifier)
    • 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