ma.glasnost.orika.test.community
Class Issue102TestCase.ProductDto

java.lang.Object
  extended by ma.glasnost.orika.test.community.Issue102TestCase.ProductDto
Enclosing class:
Issue102TestCase

public static class Issue102TestCase.ProductDto
extends Object


Constructor Summary
Issue102TestCase.ProductDto()
           
 
Method Summary
 Boolean getAvailability()
           
 String getDescription()
           
 Map getMap()
           
 String getProductName()
           
 void setAvailability(Boolean availability)
           
 void setDescription(String description)
           
 void setMap(Map map)
           
 void setProductName(String productName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue102TestCase.ProductDto

public Issue102TestCase.ProductDto()
Method Detail

getMap

public Map getMap()

setMap

public void setMap(Map map)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAvailability

public Boolean getAvailability()

setAvailability

public void setAvailability(Boolean availability)

getProductName

public String getProductName()

setProductName

public void setProductName(String productName)


Copyright © 2013 Glasnost. All Rights Reserved.