public abstract class AbstractView extends Object implements View
Modifier and Type | Field and Description |
---|---|
protected ProjectFile |
m_file |
protected Integer |
m_id |
protected String |
m_name |
protected String |
m_tableName |
protected TableContainer |
m_tables |
protected ViewType |
m_type |
Constructor and Description |
---|
AbstractView(ProjectFile parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getID()
This method is used to retrieve the unique view identifier.
|
String |
getName()
This method is used to retrieve the view name.
|
Table |
getTable()
Retrieve an instance of the Table class representing the
table part of this view.
|
String |
getTableName()
Retrieve the name of the table part of the view.
|
ViewType |
getType()
Retrieves the view type.
|
String |
toString()
This method dumps the contents of this View as a String.
|
protected final ProjectFile m_file
protected final TableContainer m_tables
protected Integer m_id
protected String m_name
protected ViewType m_type
protected String m_tableName
public AbstractView(ProjectFile parent)
parent
- parent filepublic Integer getID()
View
public String getName()
View
public String getTableName()
getTableName
in interface View
public Table getTable()
Copyright © 2000–2024 Packwood Software. All rights reserved.