java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.SetActiveFieldsListEntry

public class SetActiveFieldsListEntry extends Object
Represents an attribute that we want to exchange with SD via the LO-API.
See LrdActionsStrategyERP
  • Field Details

    • objectName

      protected String objectName
    • fieldName

      protected String fieldName
  • Constructor Details

    • SetActiveFieldsListEntry

      public SetActiveFieldsListEntry(String objectName, String fieldName)
      Standard constructor.
      Parameters:
      objectName - name of the object
      fieldName - name of the field
  • Method Details

    • getObjectName

      public String getObjectName()
      Get the object name
      Returns:
      object name
    • getFieldName

      public String getFieldName()
      Get the field name
      Returns:
      field name
    • toString

      public String toString()
      To String method
      Overrides:
      toString in class Object