Class SelectiveSyncAttributesOverviewRenderer.SyncAttributesSummary
- java.lang.Object
-
- com.hybris.backoffice.widgets.selectivesync.renderer.SelectiveSyncAttributesOverviewRenderer.SyncAttributesSummary
-
- Enclosing class:
- SelectiveSyncAttributesOverviewRenderer
public static class SelectiveSyncAttributesOverviewRenderer.SyncAttributesSummary extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SyncAttributesSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExcludedAttributes()intgetExcludedTypes()intgetIncludedAttributes()intgetIncludedTypes()voidsetExcludedAttributes(int excludedAttributes)voidsetExcludedTypes(int excludedTypes)voidsetIncludedAttributes(int includedAttributes)voidsetIncludedTypes(int includedTypes)
-
-
-
Method Detail
-
getExcludedAttributes
public int getExcludedAttributes()
-
setExcludedAttributes
public void setExcludedAttributes(int excludedAttributes)
-
getExcludedTypes
public int getExcludedTypes()
-
setExcludedTypes
public void setExcludedTypes(int excludedTypes)
-
getIncludedAttributes
public int getIncludedAttributes()
-
setIncludedAttributes
public void setIncludedAttributes(int includedAttributes)
-
getIncludedTypes
public int getIncludedTypes()
-
setIncludedTypes
public void setIncludedTypes(int includedTypes)
-
-