Class ServiceRelationship

java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.ServiceRelationship

public class ServiceRelationship extends Object
ServiceRelationship
  • Constructor Details

    • ServiceRelationship

      public ServiceRelationship()
  • Method Details

    • relationshipType

      public ServiceRelationship relationshipType(String relationshipType)
    • getRelationshipType

      @NotNull public @NotNull String getRelationshipType()
      Get relationshipType
      Returns:
      relationshipType
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • service

      public ServiceRelationship service(ServiceRefOrValue service)
    • getService

      @Valid public @Valid ServiceRefOrValue getService()
      Get service
      Returns:
      service
    • setService

      public void setService(ServiceRefOrValue service)
    • serviceRelationshipCharacteristic

      public ServiceRelationship serviceRelationshipCharacteristic(List<Characteristic> serviceRelationshipCharacteristic)
    • addServiceRelationshipCharacteristicItem

      public ServiceRelationship addServiceRelationshipCharacteristicItem(Characteristic serviceRelationshipCharacteristicItem)
    • getServiceRelationshipCharacteristic

      @Valid public @Valid List<Characteristic> getServiceRelationshipCharacteristic()
      Get serviceRelationshipCharacteristic
      Returns:
      serviceRelationshipCharacteristic
    • setServiceRelationshipCharacteristic

      public void setServiceRelationshipCharacteristic(List<Characteristic> serviceRelationshipCharacteristic)
    • atBaseType

      public ServiceRelationship 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 ServiceRelationship 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 ServiceRelationship 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