Package sk.iway.iwcm.findexer
Class ResultBean
java.lang.Object
sk.iway.iwcm.findexer.ResultBean
Drzi result indexovania
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Gets the data attribute of the ResultBean objectint
getDocId()
getFile()
Gets the file attribute of the ResultBean objectvoid
Sets the data attribute of the ResultBean objectvoid
setDocId
(int docId) void
Sets the file attribute of the ResultBean object
-
Constructor Details
-
ResultBean
public ResultBean()Constructor for the ResultBean object
-
-
Method Details
-
getFile
Gets the file attribute of the ResultBean object- Returns:
- The file value
-
setFile
Sets the file attribute of the ResultBean object- Parameters:
file
- The new file value
-
setData
Sets the data attribute of the ResultBean object- Parameters:
data
- The new data value
-
getData
Gets the data attribute of the ResultBean object- Returns:
- The data value
-
getDocId
public int getDocId() -
setDocId
public void setDocId(int docId)
-