Class ServiceCandidateRef

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

public class ServiceCandidateRef extends Object
ServiceCandidate reference. ServiceCandidate is an entity that makes a ServiceSpecification available to a catalog.
  • Constructor Details

    • ServiceCandidateRef

      public ServiceCandidateRef()
  • Method Details

    • id

      public ServiceCandidateRef id(String id)
    • getId

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

      public void setId(String id)
    • href

      public ServiceCandidateRef href(String href)
    • getHref

      public String getHref()
      Unique reference of the service candidate
      Returns:
      href
    • setHref

      public void setHref(String href)
    • version

      public ServiceCandidateRef version(String version)
    • getVersion

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

      public void setVersion(String version)
    • name

      public ServiceCandidateRef name(String name)
    • getName

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

      public void setName(String name)
    • atReferredType

      public ServiceCandidateRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      The Class type of referred Service 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