com.elasticpath.domain.dataimport
Interface ImportType

All Superinterfaces:
EpDomain, java.io.Serializable, Transient
All Known Implementing Classes:
AbstractImportTypeImpl

public interface ImportType
extends Transient

Represents a import type.


Method Summary
 java.lang.String getName()
          Return the import type name.
 int getTypeId()
          Return the import type Id.
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getName

java.lang.String getName()
Return the import type name.

Returns:
the import type name

getTypeId

int getTypeId()
Return the import type Id.

Returns:
the import type Id