Package mc.core.model.channel
Class ImportProfileMap
java.lang.Object
mc.core.model.base.EntityBase
mc.core.model.base.SimpleEntity
mc.core.model.channel.ChannelMapBase
mc.core.model.channel.ImportMap
mc.core.model.channel.ImportProfileMap
- All Implemented Interfaces:
Serializable,Iterable<ChannelMapField>,IBaseEntity,ICoreEntity,IEntity,ISortableEntity
Subclass of ImportMap to be associated with an ImportProfile
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class mc.core.model.channel.ChannelMapBase
ChannelMapBase.ChannelMapTypeNested classes/interfaces inherited from class mc.core.model.base.EntityBase
EntityBase.EntityComparator, EntityBase.Param -
Field Summary
Fields inherited from class mc.core.model.channel.ChannelMapBase
DELIMITER_CHAR, QUOTE_CHARFields inherited from class mc.core.model.base.EntityBase
INTDESC_COLUMN_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIChannelMapHolder<? extends ChannelMapBase>returns the instance of profile or profileType to which this channelMap belongsvoidsetImportProfile(ImportProfile importProfile) Methods inherited from class mc.core.model.channel.ChannelMapBase
addMapField, getDelimiter, getHasHeader, getMapFields, getMappedObjectClass, getMapType, getObjectType, getQuoteChar, iterator, setDelimiter, setHasHeader, setMapFields, setMappedObjectClass, setMapType, setObjectType, setQuoteCharMethods inherited from class mc.core.model.base.SimpleEntity
getId, getInternalDescription, getIsActive, setId, setIsActiveMethods inherited from class mc.core.model.base.EntityBase
equals, getCollection, getDescription, getDescription, getFlag, getIsSystem, getName, getName, getNamespace, getPrio, hashCode, setCollection, setDescription, setDescription, setFlag, setInternalDescription, setIsSystem, setName, setName, setNamespace, setPrio, toStringMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ImportProfileMap
public ImportProfileMap() -
ImportProfileMap
-
-
Method Details
-
getImportProfile
-
setImportProfile
-
getMapHolder
Description copied from class:ChannelMapBasereturns the instance of profile or profileType to which this channelMap belongs- Specified by:
getMapHolderin classChannelMapBase
-
getMapFields
- Overrides:
getMapFieldsin classChannelMapBase
-