dist1.acb.common.transport.concretePackets
Class ResponseSearch.SearchInfo

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

public class ResponseSearch.SearchInfo
extends java.lang.Object
implements java.io.Serializable

DOCUMENT ME!

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

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

ResponseSearch.SearchInfo

public ResponseSearch.SearchInfo()
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.

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.

setIp

public void setIp(java.lang.String ip)
Setter for property ip.

Parameters:
ip - New value of property ip.

getIp

public java.lang.String getIp()
Getter for property ip.

Returns:
Value of property ip.

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.

setPort

public void setPort(int port)
Setter for property port.

Parameters:
port - New value of property port.

getPort

public int getPort()
Getter for property port.

Returns:
Value of property port.

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.

toString

public java.lang.String toString()
Returns string with description of the object

Returns:
Description


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