|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.firstpartners.rp.common.AddInfo
public class AddInfo
Adding information class
Field Summary | |
---|---|
(package private) java.lang.String |
categoryLocation
Original location |
(package private) java.lang.String |
categoryName
Category name |
(package private) int |
level
Spidering level |
(package private) java.lang.String |
uri
URI location |
Constructor Summary | |
---|---|
AddInfo(java.lang.String location,
java.lang.String uri)
Creates a new AddInfo object using - no category name - a default 1 depth level |
|
AddInfo(java.lang.String location,
java.lang.String uri,
int level)
Creates a new AddInfo object using - no category name |
|
AddInfo(java.lang.String location,
java.lang.String name,
java.lang.String uri)
Creates a new AddInfo object using a default depth level of 1 |
|
AddInfo(java.lang.String location,
java.lang.String name,
java.lang.String uri,
int level)
Creates a new AddInfo object. |
Method Summary | |
---|---|
java.lang.String |
getCategoryLocation()
Get the category original location |
java.lang.String |
getCategoryName()
Get the category name of the information |
int |
getLevel()
Get the depth level for the information |
java.lang.String |
getUri()
Get the uri location of the information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String categoryLocation
java.lang.String categoryName
java.lang.String uri
int level
Constructor Detail |
---|
public AddInfo(java.lang.String location, java.lang.String name, java.lang.String uri, int level)
location
- Original locationname
- Category namelocation
- URI location of the informationlevel
- Level of information (how depht to add the information from
the current location)public AddInfo(java.lang.String location, java.lang.String name, java.lang.String uri)
location
- Category locationname
- Category namelocation
- URI location of the informationpublic AddInfo(java.lang.String location, java.lang.String uri, int level)
location
- Category original locationuri
- URI location of the informationlevel
- Depth level for the informationpublic AddInfo(java.lang.String location, java.lang.String uri)
location
- Category original locationuri
- URI location of the informationMethod Detail |
---|
public java.lang.String getCategoryLocation()
getCategoryLocation
in interface INewInformation
public java.lang.String getCategoryName()
getCategoryName
in interface INewInformation
public java.lang.String getUri()
getUri
in interface INewInformation
public int getLevel()
getLevel
in interface INewInformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |