Package de.hybris.y2ysync.task.internal
Class MediasForType
- java.lang.Object
-
- de.hybris.y2ysync.task.internal.MediasForType
-
- All Implemented Interfaces:
java.io.Serializable
public class MediasForType extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMediasForType.MediasForTypeBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MediasForType.MediasForTypeBuilderbuilder()java.lang.StringgetComposedTypeCode()java.lang.StringgetDataHubColumns()java.lang.StringgetDataHubType()java.lang.StringgetImpexHeader()java.util.List<PK>getMediaPks()
-
-
-
Method Detail
-
getComposedTypeCode
public java.lang.String getComposedTypeCode()
-
getImpexHeader
public java.lang.String getImpexHeader()
-
getMediaPks
public java.util.List<PK> getMediaPks()
-
getDataHubColumns
public java.lang.String getDataHubColumns()
-
getDataHubType
public java.lang.String getDataHubType()
-
builder
public static MediasForType.MediasForTypeBuilder builder()
-
-