org.apache.commons.betwixt.dotbetwixt
Class PrivateMethodsBean

java.lang.Object
  extended by org.apache.commons.betwixt.dotbetwixt.PrivateMethodsBean
Direct Known Subclasses:
MixedUpdatersBean

public class PrivateMethodsBean
extends java.lang.Object


Field Summary
 int privateField
           
 
Constructor Summary
PrivateMethodsBean()
           
 
Method Summary
 int getSuperPrivate()
           
protected  void setSuperPrivate(int privateField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

privateField

public int privateField
Constructor Detail

PrivateMethodsBean

public PrivateMethodsBean()
Method Detail

getSuperPrivate

public int getSuperPrivate()

setSuperPrivate

protected void setSuperPrivate(int privateField)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.