Class EDMXKey
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.modals.data.visualizer.EDMXKey
-
public class EDMXKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EDMXKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EDMXPropertyRefgetEdmxPropertyRef()voidsetEdmxPropertyRef(EDMXPropertyRef edmxPropertyRef)java.lang.StringtoString()
-
-
-
Method Detail
-
getEdmxPropertyRef
public EDMXPropertyRef getEdmxPropertyRef()
-
setEdmxPropertyRef
public void setEdmxPropertyRef(EDMXPropertyRef edmxPropertyRef)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-