|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.ACBpoint.DownloadingTableData
Types of Data that will be displayed on Downloading Table
Constructor Summary | |
DownloadingTableData()
Creates a new instance of Class |
|
DownloadingTableData(java.lang.String fileName,
java.lang.String description,
java.lang.Long size,
java.lang.String owner,
java.lang.Integer progress,
java.lang.Integer fileId)
Creates a new DownloadingTableData object. |
Method Summary | |
java.lang.String |
getCurrentFlowRate()
Getter for property currentFlowRate. |
java.lang.String |
getDescription()
Getter for property description. |
java.lang.Integer |
getFileId()
Getter for property fileId. |
java.lang.String |
getFileName()
Getter for property fileName. |
long |
getLastSegmentId()
Getter for property lastSegmentId. |
java.lang.String |
getOverallFlowRate()
Getter for property overallFlowRate. |
java.lang.String |
getOwner()
Getter for property owner. |
java.lang.Integer |
getProgress()
Getter for property progress. |
int |
getRegisterId()
Getter for property registerId. |
java.lang.Long |
getSize()
Getter for property size. |
void |
setCurrentFlowRate(java.lang.String currentFlowRate)
Setter for property currentFlowRate. |
void |
setDescription(java.lang.String description)
Setter for property description. |
void |
setFileId(java.lang.Integer fileId)
Setter for property fileId. |
void |
setFileName(java.lang.String fileName)
Setter for property fileName. |
void |
setLastSegmentId(long lastSegmentId)
Setter for property lastSegmentId. |
void |
setOverallFlowRate(java.lang.String overallFlowRate)
Setter for property overallFlowRate. |
void |
setOwner(java.lang.String owner)
Setter for property owner. |
void |
setProgress(java.lang.Integer progress)
Setter for property progress. |
void |
setRegisterId(int registerId)
Setter for property registerId. |
void |
setSize(java.lang.Long size)
Setter for property size. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DownloadingTableData()
public DownloadingTableData(java.lang.String fileName, java.lang.String description, java.lang.Long size, java.lang.String owner, java.lang.Integer progress, java.lang.Integer fileId)
fileName
- description
- size
- owner
- progress
- fileId
- DOCUMENT ME!Method Detail |
public void setCurrentFlowRate(java.lang.String currentFlowRate)
currentFlowRate
- New value of property currentFlowRate.public java.lang.String getCurrentFlowRate()
public void setDescription(java.lang.String description)
description
- New value of property description.public java.lang.String getDescription()
public void setFileId(java.lang.Integer fileId)
fileId
- New value of property fileId.public java.lang.Integer getFileId()
public void setFileName(java.lang.String fileName)
fileName
- New value of property fileName.public java.lang.String getFileName()
public void setLastSegmentId(long lastSegmentId)
lastSegmentId
- New value of property lastSegmentId.public long getLastSegmentId()
public void setOverallFlowRate(java.lang.String overallFlowRate)
overallFlowRate
- New value of property overallFlowRate.public java.lang.String getOverallFlowRate()
public void setOwner(java.lang.String owner)
owner
- New value of property owner.public java.lang.String getOwner()
public void setProgress(java.lang.Integer progress)
progress
- New value of property progress.public java.lang.Integer getProgress()
public void setRegisterId(int registerId)
registerId
- New value of property registerId.public int getRegisterId()
public void setSize(java.lang.Long size)
size
- New value of property size.public java.lang.Long getSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |