junitx.ddtunit.resources
Class ComplexVO

java.lang.Object
  extended by junitx.ddtunit.resources.ComplexVO

public class ComplexVO
extends Object

Test resource representing nested complex field structures.

Author:
jg

Constructor Summary
ComplexVO()
          Default constructor
ComplexVO(SimpleVO simpleVO)
           
ComplexVO(String text, List collect)
           
 
Method Summary
 boolean equals(Object o)
          Returns true if this ComplexVO is the same as the o argument.
 List getCollect()
           
 Map getMap()
           
 SimpleVO getSimpleVO()
           
 String getText()
           
 int hashCode()
           
 void setBeanSimpleVO(SimpleVO simpleVO)
           
 void setCollect(List collect)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexVO

public ComplexVO()
Default constructor


ComplexVO

public ComplexVO(SimpleVO simpleVO)

ComplexVO

public ComplexVO(String text,
                 List collect)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getSimpleVO

public SimpleVO getSimpleVO()

setBeanSimpleVO

public void setBeanSimpleVO(SimpleVO simpleVO)

getText

public String getText()

setText

public void setText(String text)

equals

public boolean equals(Object o)
Returns true if this ComplexVO is the same as the o argument.

Overrides:
equals in class Object
Returns:
true if this ComplexVO is the same as the o argument.

getCollect

public List getCollect()

setCollect

public void setCollect(List collect)

getMap

public Map getMap()


Copyright © 2004-2011. All Rights Reserved.