junitx.ddtunit.resources
Class SimpleVOExtendByEnumerator

java.lang.Object
  extended by junitx.ddtunit.resources.SimpleVO
      extended by junitx.ddtunit.resources.SimpleVOExtendByEnumerator

public class SimpleVOExtendByEnumerator
extends SimpleVO


Constructor Summary
SimpleVOExtendByEnumerator()
           
SimpleVOExtendByEnumerator(String text)
           
SimpleVOExtendByEnumerator(String text, Integer intValue, Double doubleValue)
           
 
Method Summary
 MyEnumerator getMyEnum()
           
 void setMyEnum(MyEnumerator newEnum)
           
 
Methods inherited from class junitx.ddtunit.resources.SimpleVO
equals, getDateValue, getDoubleValue, getIntegerValue, getStringValue, hashCode, setDateValue, setDoubleValue, setIntegerValue, setStringValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleVOExtendByEnumerator

public SimpleVOExtendByEnumerator()

SimpleVOExtendByEnumerator

public SimpleVOExtendByEnumerator(String text)

SimpleVOExtendByEnumerator

public SimpleVOExtendByEnumerator(String text,
                                  Integer intValue,
                                  Double doubleValue)
Method Detail

getMyEnum

public MyEnumerator getMyEnum()

setMyEnum

public void setMyEnum(MyEnumerator newEnum)


Copyright © 2004-2011. All Rights Reserved.