|
||||||||||
| 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 java.lang.Integer |
m_id
|
protected java.lang.String |
m_name
|
protected ViewType |
m_type
|
| Constructor Summary | |
|---|---|
AbstractView()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getID()
This method is used to retrieve the unique view identifier. |
java.lang.String |
getName()
This method is used to retrieve the view name. |
ViewType |
getType()
Retrieves the view type. |
java.lang.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 java.lang.Integer m_id
protected java.lang.String m_name
protected ViewType m_type
| Constructor Detail |
|---|
public AbstractView()
| Method Detail |
|---|
public java.lang.Integer getID()
getID in interface Viewpublic java.lang.String getName()
getName in interface Viewpublic ViewType getType()
getType in interface Viewpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||