Class ResourceCandidateRef

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

public class ResourceCandidateRef extends Object
ResourceCandidate reference: A resource candidate is an entity that makes a ResourceSpecification available to a catalog.
  • Constructor Details

    • ResourceCandidateRef

      public ResourceCandidateRef()
  • Method Details

    • id

      public ResourceCandidateRef id(String id)
    • getId

      public String getId()
      Unique identifier of the resource candidate
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ResourceCandidateRef href(String href)
    • getHref

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

      public void setHref(String href)
    • version

      public ResourceCandidateRef version(String version)
    • getVersion

      public String getVersion()
      Version of the resource candidate
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • name

      public ResourceCandidateRef name(String name)
    • getName

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

      public void setName(String name)
    • atReferredType

      public ResourceCandidateRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      The Class type of referred Resource Candidate
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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