Class ServiceCandidateRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ServiceCandidateRef
ServiceCandidate reference. ServiceCandidate is an entity that makes a ServiceSpecification available to a catalog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) booleanThe Class type of referred Service CandidategetHref()Unique reference of the service candidategetId()Unique identifier of the service candidategetName()Name of the service candidateVersion of the service candidateinthashCode()voidsetAtReferredType(String atReferredType) voidvoidvoidvoidsetVersion(String version) toString()
-
Constructor Details
-
ServiceCandidateRef
public ServiceCandidateRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the service candidate- Returns:
- id
-
setId
-
href
-
getHref
Unique reference of the service candidate- Returns:
- href
-
setHref
-
version
-
getVersion
Version of the service candidate- Returns:
- version
-
setVersion
-
name
-
getName
Name of the service candidate- Returns:
- name
-
setName
-
atReferredType
-
getAtReferredType
The Class type of referred Service Candidate- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-