Class ServiceQualificationItemRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.ServiceQualificationItemRelationship
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen",
date="2022-10-21T20:34:37.643Z")
public class ServiceQualificationItemRelationship
extends Object
Structure used to describe relationship between serviceQualification items from the same serviceQualification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetId()Id of the serviceQualificationItem (from the same serviceQualificationItem).Type of relationship (ex: reliesOn, connectedTo, etc...)inthashCode()relationshipType(String relationshipType) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidsetRelationshipType(String relationshipType) toString()
-
Constructor Details
-
ServiceQualificationItemRelationship
public ServiceQualificationItemRelationship()
-
-
Method Details
-
id
-
getId
Id of the serviceQualificationItem (from the same serviceQualificationItem).- Returns:
- id
-
setId
-
relationshipType
-
getRelationshipType
Type of relationship (ex: reliesOn, connectedTo, etc...)- Returns:
- relationshipType
-
setRelationshipType
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-