public abstract class PrinterObjectProperties extends Object
Constructor and Description |
---|
PrinterObjectProperties() |
Modifier and Type | Method and Description |
---|---|
long |
getCRC32()
Return the 32-bit CRC value of the file.
|
String |
getDrivePrefix()
Return the drive prefix.
|
String |
getExtension()
Return the file extension.
|
String |
getFileName()
Return the file name.
|
long |
getFileSize()
Return the size of the file.
|
String |
getFullName()
Return the full file name.
|
void |
setCRC32(long CRC32)
Set the 32-bit CRC value of the file.
|
void |
setDrivePrefix(String drivePrefix)
Set the drive prefix.
|
void |
setExtension(String extension)
Set the file extension.
|
void |
setFileName(String fileName)
Set the file name.
|
void |
setFileSize(long fileSize)
Set the size of the file.
|
public String getDrivePrefix()
public void setDrivePrefix(String drivePrefix)
drivePrefix
- the drive prefix with the trailing colonpublic String getFileName()
public void setFileName(String fileName)
fileName
- the file namepublic String getExtension()
public void setExtension(String extension)
extension
- the file extensionpublic String getFullName()
public long getFileSize()
public void setFileSize(long fileSize)
fileSize
- the size of the file in bytespublic long getCRC32()
© 2016 ZIH Corp. All Rights Reserved.