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 Details

    • FeatureRelationship

      public FeatureRelationship()
  • Method Details

    • id

      public FeatureRelationship id(String id)
    • getId

      public String getId()
      Unique identifier of the target feature.
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public FeatureRelationship name(String name)
    • getName

      @NotNull public @NotNull String getName()
      This is the name of the target feature.
      Returns:
      name
    • setName

      public void setName(String name)
    • relationshipType

      public FeatureRelationship relationshipType(String relationshipType)
    • getRelationshipType

      @NotNull public @NotNull String getRelationshipType()
      This is the type of the feature relationship.
      Returns:
      relationshipType
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • validFor

      public FeatureRelationship validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      The period for which this feature relationship is valid.
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • atbaseType

      public FeatureRelationship atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public FeatureRelationship atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public FeatureRelationship attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object