public abstract class AbstractReference extends Object implements Reference
Modifier and Type | Field and Description |
---|---|
protected String |
fieldName |
protected Directory |
sourceDirectory |
protected String |
sourceDirectoryName |
protected Directory |
targetDirectory |
protected String |
targetDirectoryName |
Constructor and Description |
---|
AbstractReference(String fieldName,
String targetDirectoryName) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
Directory |
getSourceDirectory() |
Directory |
getTargetDirectory() |
void |
setSourceDirectoryName(String sourceDirectoryName) |
void |
setTargetDirectoryName(String targetDirectoryName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLinks, addLinks, addLinks, addLinks, getSourceIdsForTarget, getTargetIdsForSource, removeLinksForSource, removeLinksForSource, removeLinksForTarget, removeLinksForTarget, setSourceIdsForTarget, setSourceIdsForTarget, setTargetIdsForSource, setTargetIdsForSource
protected String sourceDirectoryName
protected Directory sourceDirectory
protected String targetDirectoryName
protected Directory targetDirectory
public AbstractReference(String fieldName, String targetDirectoryName)
public String getFieldName()
getFieldName
in interface Reference
public Directory getSourceDirectory() throws DirectoryException
getSourceDirectory
in interface Reference
DirectoryException
public void setSourceDirectoryName(String sourceDirectoryName)
setSourceDirectoryName
in interface Reference
public Directory getTargetDirectory() throws DirectoryException
getTargetDirectory
in interface Reference
DirectoryException
public void setTargetDirectoryName(String targetDirectoryName)
setTargetDirectoryName
in interface Reference
Copyright © 2017 Nuxeo. All rights reserved.