org.gmetrics.util
Class TestPropertyUtilClass

java.lang.Object
  extended by org.gmetrics.util.TestPropertyUtilSuperclass
      extended by org.gmetrics.util.TestPropertyUtilClass
All Implemented Interfaces:
groovy.lang.GroovyObject

public class TestPropertyUtilClass
extends TestPropertyUtilSuperclass
implements groovy.lang.GroovyObject


Constructor Summary
TestPropertyUtilClass()
           
 
Method Summary
 boolean getBooleanField()
           
 int getIntField()
           
 long getLongField()
           
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.Object getProperty(java.lang.String property)
           
 java.lang.String getStringField()
           
 java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments)
           
 boolean isBooleanField()
           
 void setBooleanField(boolean value)
           
 void setIntField(int value)
           
 void setLongField(long value)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(java.lang.String property, java.lang.Object value)
           
 void setStringField(java.lang.String value)
           
 
Methods inherited from class org.gmetrics.util.TestPropertyUtilSuperclass
getSuperclassIntField, setSuperclassIntField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPropertyUtilClass

public TestPropertyUtilClass()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject
Overrides:
getMetaClass in class TestPropertyUtilSuperclass

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject
Overrides:
setMetaClass in class TestPropertyUtilSuperclass

invokeMethod

public java.lang.Object invokeMethod(java.lang.String method,
                                     java.lang.Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject
Overrides:
invokeMethod in class TestPropertyUtilSuperclass

getProperty

public java.lang.Object getProperty(java.lang.String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class TestPropertyUtilSuperclass

setProperty

public void setProperty(java.lang.String property,
                        java.lang.Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class TestPropertyUtilSuperclass

getStringField

public java.lang.String getStringField()

setStringField

public void setStringField(java.lang.String value)

getIntField

public int getIntField()

setIntField

public void setIntField(int value)

getLongField

public long getLongField()

setLongField

public void setLongField(long value)

getBooleanField

public boolean getBooleanField()

isBooleanField

public boolean isBooleanField()

setBooleanField

public void setBooleanField(boolean value)


Copyright © 2012. All Rights Reserved.