ch.elca.el4j.tests.util.interfaceenrichment
Class InterfaceEnrichmentTest.MyValueObject

java.lang.Object
  extended by 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)

Field Summary
private  String m_a
          Property a.
private  String m_b
          Property b.
private  String m_c
          Property c.
 
Constructor Summary
InterfaceEnrichmentTest.MyValueObject()
           
 
Method Summary
 String getA()
           
 String getB()
           
 String getC()
           
 void setA(String a)
           
 void setB(String b)
           
 void setC(String c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_a

private String m_a
Property a.


m_b

private String m_b
Property b.


m_c

private String m_c
Property c.

Constructor Detail

InterfaceEnrichmentTest.MyValueObject

public InterfaceEnrichmentTest.MyValueObject()
Method Detail

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.