dist1.acb.common.transport.concretePackets
Class RequestShare.File

java.lang.Object
  extended bydist1.acb.common.transport.concretePackets.RequestShare.File
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RequestShare

public class RequestShare.File
extends java.lang.Object
implements java.io.Serializable

DOCUMENT ME!

Version:
$Revision: 1.8 $
Author:
$author$
See Also:
Serialized Form

Constructor Summary
RequestShare.File()
           
 
Method Summary
 java.lang.String getDescription()
          Getter for property description.
 java.lang.String getFileName()
          Getter for property fileName.
 java.math.BigDecimal getPrice()
          Getter for property price.
 long getSize()
          Getter for property size.
 int getTopicId()
          Getter for property topicId.
 void setDescription(java.lang.String description)
          Setter for property description.
 void setFileName(java.lang.String fileName)
          Setter for property fileName.
 void setPrice(java.math.BigDecimal price)
          Setter for property price.
 void setSize(long size)
          Setter for property size.
 void setTopicId(int topicId)
          Setter for property topicId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestShare.File

public RequestShare.File()
Method Detail

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.

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.

setPrice

public void setPrice(java.math.BigDecimal price)
Setter for property price.

Parameters:
price - New value of property price.

getPrice

public java.math.BigDecimal getPrice()
Getter for property price.

Returns:
Value of property price.

setSize

public void setSize(long size)
Setter for property size.

Parameters:
size - New value of property size.

getSize

public long getSize()
Getter for property size.

Returns:
Value of property size.

setTopicId

public void setTopicId(int topicId)
Setter for property topicId.

Parameters:
topicId - New value of property topicId.

getTopicId

public int getTopicId()
Getter for property topicId.

Returns:
Value of property topicId.


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