ch.elca.el4j.tests.util.interfaceenrichment
Class InterfaceEnrichmentTest.MyValueObject
java.lang.Object
ch.elca.el4j.tests.util.interfaceenrichment.InterfaceEnrichmentTest.MyValueObject
- Enclosing class:
- InterfaceEnrichmentTest
public static class InterfaceEnrichmentTest.MyValueObject
- extends Object
Test value object, which is used in test interface above.
- Author:
- Martin Zeltner (MZE)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_a
private String m_a
- Property a.
m_b
private String m_b
- Property b.
m_c
private String m_c
- Property c.
InterfaceEnrichmentTest.MyValueObject
public InterfaceEnrichmentTest.MyValueObject()
getA
public final String getA()
- Returns:
- Returns the a.
setA
public final void setA(String a)
- Parameters:
a - The a to set.
getB
public final String getB()
- Returns:
- Returns the b.
setB
public final void setB(String b)
- Parameters:
b - The b to set.
getC
public final String getC()
- Returns:
- Returns the c.
setC
public final void setC(String c)
- Parameters:
c - The c to set.
Copyright © 2005-2011 ELCA. All Rights Reserved.