public class TabMapEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TabMapEntry.ObjectType |
Constructor and Description |
---|
TabMapEntry(TabItem tabItem,
String filename,
String objectName,
RepositoryDirectoryInterface repositoryDirectory,
String versionLabel,
TabItemInterface object,
TabMapEntry.ObjectType objectType) |
TabMapEntry(TabItem tabItem,
String filename,
String objectName,
RepositoryDirectoryInterface repositoryDirectory,
String versionLabel,
TabItemInterface object,
TabMapEntry.ObjectType objectType,
String connection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConnection() |
String |
getFilename() |
TabItemInterface |
getObject() |
String |
getObjectName() |
TabMapEntry.ObjectType |
getObjectType() |
RepositoryDirectoryInterface |
getRepositoryDirectory() |
TabItem |
getTabItem() |
String |
getVersionLabel() |
boolean |
isShowingLocation() |
void |
setConnection(String connection) |
void |
setFilename(String filename) |
void |
setObject(TabItemInterface object) |
void |
setObjectName(String objectName) |
void |
setObjectType(TabMapEntry.ObjectType objectType) |
void |
setRepositoryDirectory(RepositoryDirectoryInterface repositoryDirectory) |
void |
setShowingLocation(boolean showingLocation) |
void |
setTabItem(TabItem tabItem) |
void |
setVersionLabel(String versionLabel) |
public TabMapEntry(TabItem tabItem, String filename, String objectName, RepositoryDirectoryInterface repositoryDirectory, String versionLabel, TabItemInterface object, TabMapEntry.ObjectType objectType, String connection)
tabName
- objectName
- objectType
- object
- public TabMapEntry(TabItem tabItem, String filename, String objectName, RepositoryDirectoryInterface repositoryDirectory, String versionLabel, TabItemInterface object, TabMapEntry.ObjectType objectType)
tabName
- objectName
- objectType
- object
- public String getObjectName()
public void setObjectName(String objectName)
objectName
- the objectName to setpublic String getVersionLabel()
public void setVersionLabel(String versionLabel)
public TabItemInterface getObject()
public void setObject(TabItemInterface object)
object
- the object to setpublic TabItem getTabItem()
public void setTabItem(TabItem tabItem)
tabItem
- the tabItem to setpublic TabMapEntry.ObjectType getObjectType()
public void setObjectType(TabMapEntry.ObjectType objectType)
objectType
- the objectType to setpublic String getFilename()
public void setFilename(String filename)
filename
- the filename to setpublic RepositoryDirectoryInterface getRepositoryDirectory()
public void setRepositoryDirectory(RepositoryDirectoryInterface repositoryDirectory)
repositoryDirectory
- the repositoryDirectory to setpublic boolean isShowingLocation()
public void setShowingLocation(boolean showingLocation)
showingLocation
- the showingLocation to setpublic String getConnection()
public void setConnection(String connection)
Copyright © 2019 Hitachi Vantara. All rights reserved.