junitx.ddtunit.resources
Class ComplexVO
java.lang.Object
junitx.ddtunit.resources.ComplexVO
public class ComplexVO
- extends Object
Test resource representing nested complex field structures.
- Author:
- jg
ComplexVO
public ComplexVO()
- Default constructor
ComplexVO
public ComplexVO(SimpleVO simpleVO)
ComplexVO
public ComplexVO(String text,
List collect)
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.