public class ProvisiondConfiguration extends Object implements Serializable
Constructor and Description |
---|
ProvisiondConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addRequisitionDef(RequisitionDef def) |
boolean |
equals(Object obj) |
String |
getForeignSourceDir() |
Long |
getImportThreads() |
List<RequisitionDef> |
getRequisitionDefs() |
String |
getRequistionDir() |
Long |
getRescanThreads() |
Long |
getScanThreads() |
Long |
getWriteThreads() |
int |
hashCode()
Method hashCode.
|
boolean |
removeRequisitionDef(RequisitionDef def) |
void |
setForeignSourceDir(String foreignSourceDir) |
void |
setImportThreads(Long importThreads) |
void |
setRequisitionDefs(List<RequisitionDef> requisitionDefs) |
void |
setRequistionDir(String requistionDir) |
void |
setRescanThreads(Long rescanThreads) |
void |
setScanThreads(Long scanThreads) |
void |
setWriteThreads(Long writeThreads) |
public Long getImportThreads()
public void setImportThreads(Long importThreads)
public Long getScanThreads()
public void setScanThreads(Long scanThreads)
public Long getRescanThreads()
public void setRescanThreads(Long rescanThreads)
public Long getWriteThreads()
public void setWriteThreads(Long writeThreads)
public String getRequistionDir()
public void setRequistionDir(String requistionDir)
public String getForeignSourceDir()
public void setForeignSourceDir(String foreignSourceDir)
public List<RequisitionDef> getRequisitionDefs()
public void setRequisitionDefs(List<RequisitionDef> requisitionDefs)
public void addRequisitionDef(RequisitionDef def)
public boolean removeRequisitionDef(RequisitionDef def)
public int hashCode()
Copyright © 2021. All rights reserved.