Serializable
, Cloneable
, Comparable<Entity>
, Entity
public class ImportDataModel extends AbstractEntity
AbstractEntity.CreateDateComparator, AbstractEntity.IdComparator, AbstractEntity.LastModifiedDateComparator
CREATE_DATE_COMPARATOR, ID_COMPARATOR, LAST_MODIFIED_DATE_COMPARATOR
Constructor | Description |
---|---|
ImportDataModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
addVerifyStatistic(int itemType,
int category) |
|
boolean |
getCreatePasswords() |
|
AbstractEntity[] |
getData() |
|
AbstractEntity[] |
getExistingModel() |
|
AbstractEntity |
getExistingModel(int i) |
|
int[][] |
getImportStatistics() |
|
boolean |
getReuseConfig() |
|
boolean |
getReuseFields() |
|
boolean |
getReuseProjects() |
|
boolean |
getReuseUsers() |
|
void |
setCreatePasswords(Boolean value) |
|
void |
setData(AbstractEntity[] dataModels,
AbstractEntity[] existingModel) |
|
void |
setExistingModel(int i,
AbstractEntity model) |
|
void |
setReuseConfig(Boolean value) |
|
void |
setReuseProjects(Boolean value) |
|
void |
setReuseUsers(Boolean value) |
|
String |
statsToString() |
|
String |
toString() |
clone, compareTo, equals, getCreateDate, getId, getLastModifiedDate, hashCode, isNew, setCreateDate, setId, setLastModifiedDate
public AbstractEntity[] getData()
public AbstractEntity[] getExistingModel()
public AbstractEntity getExistingModel(int i)
public void setExistingModel(int i, AbstractEntity model)
public void setData(AbstractEntity[] dataModels, AbstractEntity[] existingModel)
public boolean getReuseConfig()
public void setReuseConfig(Boolean value)
public boolean getReuseFields()
public boolean getReuseProjects()
public void setReuseProjects(Boolean value)
public boolean getReuseUsers()
public void setReuseUsers(Boolean value)
public boolean getCreatePasswords()
public void setCreatePasswords(Boolean value)
public int[][] getImportStatistics()
public void addVerifyStatistic(int itemType, int category)
public String statsToString()
Copyright © 2002–2019 itracker. All rights reserved.