|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractTransientImpl
com.elasticpath.domain.dataimport.impl.AbstractImportTypeImpl
public abstract class AbstractImportTypeImpl
AbstractImportTypeImpl
represents an import type. It also contains enums of various import types.
Field Summary | |
---|---|
static ImportType |
INCREMENTAL_TYPE
The insert and update import type. |
static ImportType |
REPLACE_TYPE
The insert, update and delete import type. |
static long |
serialVersionUID
Serial version id. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Return true if the given object is an import type and has the same id. |
static java.util.List |
getAllImportTypes()
Return a list of all import types. |
static ImportType |
getInstance(int importTypeId)
Get the import type with the given import type id. |
java.lang.String |
getName()
Return the import type name. |
int |
getTypeId()
Return the import type Id. |
int |
hashCode()
Return the hash code. |
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
---|
getElasticPath, setElasticPath |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.elasticpath.domain.EpDomain |
---|
getElasticPath, setElasticPath |
Field Detail |
---|
public static final ImportType INCREMENTAL_TYPE
public static final ImportType REPLACE_TYPE
public static final long serialVersionUID
Method Detail |
---|
public boolean equals(java.lang.Object object)
true
if the given object is an import type and has the same id.
equals
in class java.lang.Object
object
- the object
true
if the given object is an import type and has the same idpublic static java.util.List getAllImportTypes()
public static ImportType getInstance(int importTypeId)
importTypeId
- the import type id
public java.lang.String getName()
getName
in interface ImportType
public int getTypeId()
getTypeId
in interface ImportType
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |