dist1.acb.ACBpoint
Class DownloadingTableData

java.lang.Object
  extended bydist1.acb.ACBpoint.DownloadingTableData
All Implemented Interfaces:
java.io.Serializable

public class DownloadingTableData
extends java.lang.Object
implements java.io.Serializable

Types of Data that will be displayed on Downloading Table

Author:
Lazar Adzigogov
See Also:
Serialized Form

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

DownloadingTableData

public DownloadingTableData()
Creates a new instance of Class


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)
Creates a new DownloadingTableData object.

Parameters:
fileName -
description -
size -
owner -
progress -
fileId - DOCUMENT ME!
Method Detail

setCurrentFlowRate

public void setCurrentFlowRate(java.lang.String currentFlowRate)
Setter for property currentFlowRate.

Parameters:
currentFlowRate - New value of property currentFlowRate.

getCurrentFlowRate

public java.lang.String getCurrentFlowRate()
Getter for property currentFlowRate.

Returns:
Value of property currentFlowRate.

setDescription

public void setDescription(java.lang.String description)
Setter for property description.

Parameters:
description - New value of property description.

getDescription

public java.lang.String getDescription()
Getter for property description.

Returns:
Value of property description.

setFileId

public void setFileId(java.lang.Integer fileId)
Setter for property fileId.

Parameters:
fileId - New value of property fileId.

getFileId

public java.lang.Integer getFileId()
Getter for property fileId.

Returns:
Value of property fileId.

setFileName

public void setFileName(java.lang.String fileName)
Setter for property fileName.

Parameters:
fileName - New value of property fileName.

getFileName

public java.lang.String getFileName()
Getter for property fileName.

Returns:
Value of property fileName.

setLastSegmentId

public void setLastSegmentId(long lastSegmentId)
Setter for property lastSegmentId.

Parameters:
lastSegmentId - New value of property lastSegmentId.

getLastSegmentId

public long getLastSegmentId()
Getter for property lastSegmentId.

Returns:
Value of property lastSegmentId.

setOverallFlowRate

public void setOverallFlowRate(java.lang.String overallFlowRate)
Setter for property overallFlowRate.

Parameters:
overallFlowRate - New value of property overallFlowRate.

getOverallFlowRate

public java.lang.String getOverallFlowRate()
Getter for property overallFlowRate.

Returns:
Value of property overallFlowRate.

setOwner

public void setOwner(java.lang.String owner)
Setter for property owner.

Parameters:
owner - New value of property owner.

getOwner

public java.lang.String getOwner()
Getter for property owner.

Returns:
Value of property owner.

setProgress

public void setProgress(java.lang.Integer progress)
Setter for property progress.

Parameters:
progress - New value of property progress.

getProgress

public java.lang.Integer getProgress()
Getter for property progress.

Returns:
Value of property progress.

setRegisterId

public void setRegisterId(int registerId)
Setter for property registerId.

Parameters:
registerId - New value of property registerId.

getRegisterId

public int getRegisterId()
Getter for property registerId.

Returns:
Value of property registerId.

setSize

public void setSize(java.lang.Long size)
Setter for property size.

Parameters:
size - New value of property size.

getSize

public java.lang.Long getSize()
Getter for property size.

Returns:
Value of property size.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.