public class ImportedEntry
extends java.lang.Object
Constructor and Description |
---|
ImportedEntry(java.io.File oldName,
java.io.File newName,
MediaDirectory dir,
IVideo video,
java.lang.Integer part)
The constructor
|
Modifier and Type | Method and Description |
---|---|
MediaDirectory |
getMediaDirectory()
Get the media directory of the entry
|
java.io.File |
getNewName()
Used to get the new filename
|
java.io.File |
getOldName()
Used to get the old file name
|
java.lang.Integer |
getPart()
Get the part number of the entry
|
IVideo |
getVideo()
Get the video information of the entry
|
public ImportedEntry(java.io.File oldName, java.io.File newName, MediaDirectory dir, IVideo video, java.lang.Integer part)
oldName
- The old name of the filenewName
- The new name of the filedir
- The media directoryvideo
- The media file informationpart
- The part number of the file or nullpublic java.io.File getOldName()
public java.io.File getNewName()
public MediaDirectory getMediaDirectory()
public IVideo getVideo()
public java.lang.Integer getPart()