Class FeatureRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.FeatureRelationship
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen",
date="2022-10-21T20:34:37.643Z")
public class FeatureRelationship
extends Object
Configuration feature
-
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()Unique identifier of the target feature.@NotNull StringgetName()This is the name of the target feature.@NotNull StringThis is the type of the feature relationship.@Valid TimePeriodThe period for which this feature relationship is valid.inthashCode()relationshipType(String relationshipType) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidsetRelationshipType(String relationshipType) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
FeatureRelationship
public FeatureRelationship()
-
-
Method Details
-
id
-
getId
Unique identifier of the target feature.- Returns:
- id
-
setId
-
name
-
getName
This is the name of the target feature.- Returns:
- name
-
setName
-
relationshipType
-
getRelationshipType
This is the type of the feature relationship.- Returns:
- relationshipType
-
setRelationshipType
-
validFor
-
getValidFor
The period for which this feature relationship is valid.- Returns:
- validFor
-
setValidFor
-
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
-