public class ReportSubjectLocation extends Object
| Constructor and Description |
|---|
ReportSubjectLocation(String filename,
org.pentaho.di.repository.RepositoryDirectoryInterface directory,
String name,
org.pentaho.di.repository.RepositoryObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
org.pentaho.di.repository.RepositoryDirectoryInterface |
getDirectory() |
String |
getFilename() |
String |
getName() |
org.pentaho.di.repository.RepositoryObjectType |
getObjectType() |
int |
hashCode() |
boolean |
isTransformation() |
void |
setDirectory(org.pentaho.di.repository.RepositoryDirectoryInterface directory) |
void |
setFilename(String filename) |
void |
setName(String name) |
void |
setObjectType(org.pentaho.di.repository.RepositoryObjectType objectType) |
String |
toString() |
public ReportSubjectLocation(String filename, org.pentaho.di.repository.RepositoryDirectoryInterface directory, String name, org.pentaho.di.repository.RepositoryObjectType objectType)
filename - the name of the filedirectory - the directory in the repository where the subject livesname - the name of the subject in the repositoryobjectType - the object type to report onpublic boolean isTransformation()
public String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic org.pentaho.di.repository.RepositoryDirectoryInterface getDirectory()
public void setDirectory(org.pentaho.di.repository.RepositoryDirectoryInterface directory)
directory - the directory to setpublic String getName()
public void setName(String name)
name - the name to setpublic org.pentaho.di.repository.RepositoryObjectType getObjectType()
public void setObjectType(org.pentaho.di.repository.RepositoryObjectType objectType)
objectType - the objectType to set