Class RelatedServiceOrderItem

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:37.643Z") public class RelatedServiceOrderItem extends Object
RelatedServiceOrderItem (a ServiceOrder item) .The service order item which triggered service creation/change/termination.
  • Constructor Details

    • RelatedServiceOrderItem

      public RelatedServiceOrderItem()
  • Method Details

    • itemId

      public RelatedServiceOrderItem itemId(String itemId)
    • getItemId

      @NotNull public @NotNull String getItemId()
      Identifier of the order item where the service was managed
      Returns:
      itemId
    • setItemId

      public void setItemId(String itemId)
    • role

      public RelatedServiceOrderItem role(String role)
    • getRole

      public String getRole()
      role of the service order item for this service
      Returns:
      role
    • setRole

      public void setRole(String role)
    • serviceOrderHref

      public RelatedServiceOrderItem serviceOrderHref(String serviceOrderHref)
    • getServiceOrderHref

      public String getServiceOrderHref()
      Reference of the related entity.
      Returns:
      serviceOrderHref
    • setServiceOrderHref

      public void setServiceOrderHref(String serviceOrderHref)
    • serviceOrderId

      public RelatedServiceOrderItem serviceOrderId(String serviceOrderId)
    • getServiceOrderId

      @NotNull public @NotNull String getServiceOrderId()
      Unique identifier of a related entity.
      Returns:
      serviceOrderId
    • setServiceOrderId

      public void setServiceOrderId(String serviceOrderId)
    • itemAction

      public RelatedServiceOrderItem itemAction(OrderItemActionType itemAction)
    • getItemAction

      @Valid public @Valid OrderItemActionType getItemAction()
      Action of the order item for this service
      Returns:
      itemAction
    • setItemAction

      public void setItemAction(OrderItemActionType itemAction)
    • atbaseType

      public RelatedServiceOrderItem 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 RelatedServiceOrderItem 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 RelatedServiceOrderItem 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)
    • atreferredType

      public RelatedServiceOrderItem atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      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