Class ResourceSpecificationRef

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

public class ResourceSpecificationRef extends Object
Resource Specification reference: The ResourceSpecification is required to realize a ProductSpecification.
  • Constructor Details

    • ResourceSpecificationRef

      public ResourceSpecificationRef()
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • href

      public ResourceSpecificationRef href(String href)
    • getHref

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

      public void setHref(String href)
    • name

      public ResourceSpecificationRef name(String name)
    • getName

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

      public void setName(String name)
    • version

      public ResourceSpecificationRef version(String version)
    • getVersion

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

      public void setVersion(String version)
    • atReferredType

      public ResourceSpecificationRef atReferredType(String atReferredType)
    • getAtReferredType

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

      public void setAtReferredType(String atReferredType)
    • atBaseType

      public ResourceSpecificationRef 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 ResourceSpecificationRef 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 ResourceSpecificationRef 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)
    • 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