Class SetActiveFieldsListEntry
java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy.SetActiveFieldsListEntry
Represents an attribute that we want to exchange with SD via the LO-API.
See
See
LrdActionsStrategyERP-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetActiveFieldsListEntry(String objectName, String fieldName) Standard constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the field nameGet the object nametoString()To String method
-
Field Details
-
objectName
-
fieldName
-
-
Constructor Details
-
SetActiveFieldsListEntry
Standard constructor.- Parameters:
objectName- name of the objectfieldName- name of the field
-
-
Method Details