Class ConfigurationBundleEntity
- java.lang.Object
-
- de.hybris.platform.odata2services.dto.ConfigurationBundleEntity
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationBundleEntity extends java.lang.Object implements java.io.SerializableConfiguration bundle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationBundleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<IntegrationObjectBundleEntity>getIntegrationObjectBundles()voidsetIntegrationObjectBundles(java.util.Set<IntegrationObjectBundleEntity> integrationObjectBundles)
-
-
-
Method Detail
-
setIntegrationObjectBundles
public void setIntegrationObjectBundles(java.util.Set<IntegrationObjectBundleEntity> integrationObjectBundles)
-
getIntegrationObjectBundles
public java.util.Set<IntegrationObjectBundleEntity> getIntegrationObjectBundles()
-
-