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