|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.perforce.p4java.impl.generic.core.file.FileSize
public class FileSize
Default implementation for the IFileSize interface.
IFileSize| Constructor Summary | |
|---|---|
FileSize(Map<String,Object> map)
|
|
FileSize(String depotFile,
int revisionId,
int fileSize,
String path,
int fileCount,
int changeListId)
|
|
| Method Summary | |
|---|---|
int |
getChangelistId()
Get the shelved changelist ID. |
String |
getDepotFile()
Get the depot file. |
int |
getFileCount()
Get the file count. |
int |
getFileSize()
Get the file size. |
String |
getPath()
Get the path. |
int |
getRevisionId()
Get the file revision ID. |
void |
setChangelistId(int changeListId)
Set the shelved changelist ID. |
void |
setDepotFile(String depotFile)
Set the depot file. |
void |
setFileCount(int fileCount)
Set the file count. |
void |
setFileSize(int fileSize)
Set the file size. |
void |
setPath(String path)
Set the path. |
void |
setRevisionId(int revisionId)
Set the file revision ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSize(String depotFile,
int revisionId,
int fileSize,
String path,
int fileCount,
int changeListId)
public FileSize(Map<String,Object> map)
| Method Detail |
|---|
public String getDepotFile()
IFileSize
getDepotFile in interface IFileSizeIFileSize.getDepotFile()public void setDepotFile(String depotFile)
IFileSize
setDepotFile in interface IFileSizeIFileSize.setDepotFile(java.lang.String)public int getRevisionId()
IFileSize
getRevisionId in interface IFileSizeIFileSize.getRevisionId()public void setRevisionId(int revisionId)
IFileSize
setRevisionId in interface IFileSizeIFileSize.setRevisionId(int)public int getFileSize()
IFileSize
getFileSize in interface IFileSizeIFileSize.getFileSize()public void setFileSize(int fileSize)
IFileSize
setFileSize in interface IFileSizeIFileSize.setFileSize(int)public String getPath()
IFileSize
getPath in interface IFileSizeIFileSize.getPath()public void setPath(String path)
IFileSize
setPath in interface IFileSizeIFileSize.setPath(java.lang.String)public int getFileCount()
IFileSize
getFileCount in interface IFileSizeIFileSize.getFileCount()public void setFileCount(int fileCount)
IFileSize
setFileCount in interface IFileSizeIFileSize.setFileCount(int)public int getChangelistId()
IFileSize
getChangelistId in interface IFileSizeIFileSize.getChangelistId()public void setChangelistId(int changeListId)
IFileSize
setChangelistId in interface IFileSizeIFileSize.setChangelistId(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||