public class BnsImportForm extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BnsImportForm.BnsProfile |
| Constructor and Description |
|---|
BnsImportForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuplicatePath() |
AccountsFile |
getFile() |
BnsImportForm.BnsProfile |
getProfile() |
BnsImportForm.BnsProfile[] |
getProfiles() |
File |
getTemporaryFile() |
boolean |
isTestOnly() |
void |
setDuplicatePath(String duplicatePath) |
void |
setFile(AccountsFile file) |
void |
setProfile(BnsImportForm.BnsProfile profile) |
void |
setTemporaryFile(File temporaryFile) |
void |
setTestOnly(boolean testOnly) |
public AccountsFile getFile()
public void setFile(AccountsFile file)
public BnsImportForm.BnsProfile getProfile()
public void setProfile(BnsImportForm.BnsProfile profile)
public BnsImportForm.BnsProfile[] getProfiles()
public File getTemporaryFile()
public void setTemporaryFile(File temporaryFile)
public String getDuplicatePath()
public void setDuplicatePath(String duplicatePath)
public boolean isTestOnly()
public void setTestOnly(boolean testOnly)
Copyright © 2021. All rights reserved.