public class CentraSiteImporterReference
extends java.lang.Object
CentraSiteImporterCallback
to indicate the missing
references in an imported file.Constructor and Description |
---|
CentraSiteImporterReference(java.lang.String missingReferenceName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMissingReferenceName()
Returns the name of the reference in the imported file.
|
java.lang.String |
getObtainedReferencePath()
The path to the missing reference file.
|
java.lang.String |
getPassword()
Returns the password to access the reference file if it is a URL.
|
java.lang.String |
getReferencePath()
Returns the reference path as referred by the imported file.
|
java.lang.String |
getUsername()
Returns the username to access the reference file if it is a URL.
|
void |
setMissingReferenceName(java.lang.String missingReferenceName)
Sets the name of the reference missing in the imported file.
|
void |
setObtainedReferencePath(java.lang.String obtainedReferencePath)
Sets the path to the missing reference file.
|
void |
setPassword(java.lang.String password)
Sets the password to access the reference file if it is a URL.
|
void |
setReferencePath(java.lang.String referencePath)
Sets the reference path as referred by the imported file.
|
void |
setUsername(java.lang.String username)
Sets the username to access the reference file if it is a URL.
|
java.lang.String |
toString() |
public CentraSiteImporterReference(java.lang.String missingReferenceName)
public java.lang.String getMissingReferenceName()
public void setMissingReferenceName(java.lang.String missingReferenceName)
missingReferenceName
- the missingReferenceName to setpublic java.lang.String getReferencePath()
public void setReferencePath(java.lang.String referencePath)
referencePath
- the referencePath to setpublic java.lang.String getObtainedReferencePath()
public void setObtainedReferencePath(java.lang.String obtainedReferencePath)
obtainedReferencePath
- the obtainedReferencePath to setpublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- the username to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- the password to setpublic java.lang.String toString()
toString
in class java.lang.Object