|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttr.linkchecker.url.CUrlObj
The object in which the url's saved.
Date: 29.10.2004
Constructor Summary | |
CUrlObj()
Default-Constructor |
|
CUrlObj(java.lang.String url,
int row,
int filenr)
Contructor that saves the url, the row and the filenr |
|
CUrlObj(java.net.URL url,
int row,
int filenr)
Contructor that saves the url, the row and the filenr |
Method Summary | |
int |
getFileNr()
|
int |
getRow()
|
java.net.URL |
getUrl()
|
boolean |
isConnected()
|
void |
setConnected(boolean connected)
Method to set the connection-status |
void |
setFileNr(int filenr)
Method to set the filenumber |
void |
setRow(int row)
Method to set the row |
void |
setUrl(java.net.URL url)
Method to set the url |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CUrlObj()
public CUrlObj(java.lang.String url, int row, int filenr) throws java.net.MalformedURLException
url
- The url as "String"row
- The row in which the url foundedfilenr
- The file in which the url founded
java.net.MalformedURLException
- Throws a "MalformedURLException"public CUrlObj(java.net.URL url, int row, int filenr)
url
- The url as "URL"row
- The row in which the url foundedfilenr
- The file in which the url foundedMethod Detail |
public void setUrl(java.net.URL url)
url
- The url that we want to setpublic void setRow(int row)
row
- The row that we want to setpublic void setFileNr(int filenr)
filenr
- The filenumber that we want to setpublic void setConnected(boolean connected)
public java.net.URL getUrl()
public int getRow()
public int getFileNr()
public boolean isConnected()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |