|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.concretePackets.ResponseSearch.SearchInfo
DOCUMENT ME!
Constructor Summary | |
ResponseSearch.SearchInfo()
|
Method Summary | |
java.lang.String |
getDescription()
Getter for property description. |
java.lang.Integer |
getFileId()
Getter for property fileId. |
java.lang.String |
getFileName()
Getter for property fileName. |
java.lang.String |
getIp()
Getter for property ip. |
java.lang.String |
getOwner()
Getter for property owner. |
int |
getPort()
Getter for property port. |
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 |
setFileId(java.lang.Integer fileId)
Setter for property fileId. |
void |
setFileName(java.lang.String fileName)
Setter for property fileName. |
void |
setIp(java.lang.String ip)
Setter for property ip. |
void |
setOwner(java.lang.String owner)
Setter for property owner. |
void |
setPort(int port)
Setter for property port. |
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. |
java.lang.String |
toString()
Returns string with description of the object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResponseSearch.SearchInfo()
Method Detail |
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 setIp(java.lang.String ip)
ip
- New value of property ip.public java.lang.String getIp()
public void setOwner(java.lang.String owner)
owner
- New value of property owner.public java.lang.String getOwner()
public void setPort(int port)
port
- New value of property port.public int getPort()
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()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |