Class RealizingService

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RealizingService

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class RealizingService extends Object
RealizingService reference. RealizingService is a link to the service that realizes the product.
  • Constructor Details

    • RealizingService

      public RealizingService()
  • Method Details

    • id

      public RealizingService id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the service
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public RealizingService href(String href)
    • getHref

      public String getHref()
      Reference of the service
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public RealizingService name(String name)
    • getName

      public String getName()
      Name of the service
      Returns:
      name
    • setName

      public void setName(String name)
    • role

      public RealizingService role(String role)
    • getRole

      public String getRole()
      Role of the realizing service
      Returns:
      role
    • setRole

      public void setRole(String role)
    • atreferredType

      public RealizingService atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      Indicate the class (type) of the realizing service.
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • 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