|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.concretePackets.RequestShare.File
DOCUMENT ME!
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 |
public RequestShare.File()
Method Detail |
public void setDescription(java.lang.String description)
description
- New value of property description.public java.lang.String getDescription()
public void setFileName(java.lang.String fileName)
fileName
- New value of property fileName.public java.lang.String getFileName()
public void setPrice(java.math.BigDecimal price)
price
- New value of property price.public java.math.BigDecimal getPrice()
public void setSize(long size)
size
- New value of property size.public long getSize()
public void setTopicId(int topicId)
topicId
- New value of property topicId.public int getTopicId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |