Class FileSize
- java.lang.Object
-
- com.perforce.p4java.impl.generic.core.file.FileSize
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getChangelistId()
java.lang.String
getDepotFile()
long
getFileCount()
long
getFileSize()
java.lang.String
getPath()
long
getRevisionId()
void
setChangelistId(long changeListId)
Set the shelved changelist ID.void
setDepotFile(java.lang.String depotFile)
Set the depot file.void
setFileCount(long fileCount)
Set the file count.void
setFileSize(long fileSize)
Set the file size.void
setPath(java.lang.String path)
Set the path.void
setRevisionId(long revisionId)
Set the file revision ID.
-
-
-
Method Detail
-
setChangelistId
public void setChangelistId(long changeListId)
Description copied from interface:IFileSize
Set the shelved changelist ID.- Specified by:
setChangelistId
in interfaceIFileSize
- Parameters:
changeListId
- changeListId
-
getDepotFile
public java.lang.String getDepotFile()
- Specified by:
getDepotFile
in interfaceIFileSize
- Returns:
- the depot file.
-
setDepotFile
public void setDepotFile(java.lang.String depotFile)
Description copied from interface:IFileSize
Set the depot file.- Specified by:
setDepotFile
in interfaceIFileSize
- Parameters:
depotFile
- depotFile
-
getFileCount
public long getFileCount()
- Specified by:
getFileCount
in interfaceIFileSize
- Returns:
- the file count.
-
setFileCount
public void setFileCount(long fileCount)
Description copied from interface:IFileSize
Set the file count.- Specified by:
setFileCount
in interfaceIFileSize
- Parameters:
fileCount
- fileCount
-
getFileSize
public long getFileSize()
- Specified by:
getFileSize
in interfaceIFileSize
- Returns:
- the file size.
-
setFileSize
public void setFileSize(long fileSize)
Description copied from interface:IFileSize
Set the file size.- Specified by:
setFileSize
in interfaceIFileSize
- Parameters:
fileSize
- fileSize
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
Description copied from interface:IFileSize
Set the path.
-
getRevisionId
public long getRevisionId()
- Specified by:
getRevisionId
in interfaceIFileSize
- Returns:
- the file revision ID.
-
setRevisionId
public void setRevisionId(long revisionId)
Description copied from interface:IFileSize
Set the file revision ID.- Specified by:
setRevisionId
in interfaceIFileSize
- Parameters:
revisionId
- revisionId
-
getChangelistId
public long getChangelistId()
- Specified by:
getChangelistId
in interfaceIFileSize
- Returns:
- the shelved changelist ID.
-
-