Package mc.core.model.channel
Class ImportMap
java.lang.Object
mc.core.model.base.EntityBase
mc.core.model.base.SimpleEntity
mc.core.model.channel.ChannelMapBase
mc.core.model.channel.ImportMap
- All Implemented Interfaces:
Serializable,Iterable<ChannelMapField>,IBaseEntity,ICoreEntity,IEntity,ISortableEntity
- Direct Known Subclasses:
ImportProfileMap,ImportProfileTypeMap
This class exists so that the editor can use a single GUI implementation for both child classes.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class mc.core.model.channel.ChannelMapBase
ChannelMapBase.ChannelMapType, ChannelMapBase.FieldNested 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
Methods inherited from class mc.core.model.channel.ChannelMapBase
addMapField, getDelimiter, getHasHeader, getMapFields, getMapFields, getMapHolder, 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
-
ImportMap
public ImportMap() -
ImportMap
-