public class DepositFile extends Object
| Constructor and Description |
|---|
DepositFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLabel() |
String |
getLocation() |
String |
getName() |
DepositFileType |
getType() |
int |
hashCode() |
void |
setLabel(String label) |
void |
setLocation(String location) |
void |
setName(String name) |
void |
setType(DepositFileType type) |
String |
toString() |
public DepositFileType getType()
public void setType(DepositFileType type)
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public String getLocation()
public void setLocation(String location)
Copyright © 2019. All rights reserved.