com.ibm.as400.ui.framework
Class PropertyPageDescriptor

java.lang.Object
  extended by com.ibm.as400.ui.framework.PropertyPageDescriptor
All Implemented Interfaces:
Serializable

public class PropertyPageDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 String m_baseName
           
 String m_pageName
           
 
Constructor Summary
Constructor and Description
PropertyPageDescriptor()
           
 
Method Summary
Modifier and Type Method and Description
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_baseName

public String m_baseName

m_pageName

public String m_pageName
Constructor Detail

PropertyPageDescriptor

public PropertyPageDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object