com.sas.edir.datasource
Interface ExternalFile
- All Superinterfaces:
- Caching, Content, Entity, KeywordEntity, TrackedObject
- public interface ExternalFile
- extends Content
External file.
- Version:
- 1.0
- Author:
- SAS
Method Summary |
java.lang.String |
getPath()
Returns this file's path
|
java.lang.String |
getPathType()
Returns this file's path type
|
void |
setPath(java.lang.String path)
Sets this file's path. |
void |
setPathType(java.lang.String path)
Sets this file's path type. |
Methods inherited from interface com.sas.edir.Entity |
addPropertyChangeListener, getContext, getCreateTime, getCreatorsName, getDescription, getEnterpriseDirectory, getGuid, getModifiersName, getModifyTime, getName, getObjectclass, removeModificationItems, removePropertyChangeListener, setDescription, setGuid, setName, setObjectclass |
getPath
public java.lang.String getPath()
- Returns this file's path
- Returns:
- The path
setPath
public void setPath(java.lang.String path)
- Sets this file's path.
This change is not persisted to the enterprise directory until
updateStore is called.
- Parameters:
name
- The new path.
getPathType
public java.lang.String getPathType()
- Returns this file's path type
- Returns:
- The path type
setPathType
public void setPathType(java.lang.String path)
- Sets this file's path type.
This change is not persisted to the enterprise directory until
updateStore is called.
- Parameters:
name
- The new path type.