|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.AbstractView
public abstract class AbstractView
This abstract class implements functionality common to all views.
| Field Summary | |
|---|---|
protected Integer |
m_id
|
protected String |
m_name
|
protected ProjectFile |
m_parent
|
protected String |
m_tableName
|
protected ViewType |
m_type
|
| Constructor Summary | |
|---|---|
AbstractView(ProjectFile parent)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ProjectFile m_parent
protected Integer m_id
protected String m_name
protected ViewType m_type
protected String m_tableName
| Constructor Detail |
|---|
public AbstractView(ProjectFile parent)
parent - parent file| Method Detail |
|---|
public Integer getID()
getID in interface Viewpublic String getName()
getName in interface Viewpublic ViewType getType()
getType in interface Viewpublic String getTableName()
public Table getTable()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||