Class FeatureRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.FeatureRelationship
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 TimePeriodGet validForinthashCode()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
Get validFor- 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
-