org.gmetrics.util
Class TestPropertyUtilClass
java.lang.Object
org.gmetrics.util.TestPropertyUtilSuperclass
org.gmetrics.util.TestPropertyUtilClass
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class TestPropertyUtilClass
- extends TestPropertyUtilSuperclass
- implements groovy.lang.GroovyObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestPropertyUtilClass
public TestPropertyUtilClass()
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.