public interface DriveInformation
Modifier and Type | Method and Description |
---|---|
String |
getDriveId()
Returns the drive id.
|
String |
getDriveName()
Returns the drive name.
|
com.onwbp.base.text.UserMessage |
getErrorMessage()
Returns the error message.
|
String |
getNewLocation()
Returns the new location.
|
String |
getOriginalLocation()
Returns the original location.
|
boolean |
isError()
Returns
true if there is an error. |
void |
setNewLocation(String newLocation)
Sets the new location to drive information.
|
String getNewLocation()
void setNewLocation(String newLocation)
newLocation
- the new location to save driveString getDriveId()
String getDriveName()
String getOriginalLocation()
boolean isError()
true
if there is an error.com.onwbp.base.text.UserMessage getErrorMessage()