ma.glasnost.orika.test.unenhance.inheritance2
Class OwnerDto

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance2.AbstractDto
      extended by ma.glasnost.orika.test.unenhance.inheritance2.PersonDto
          extended by ma.glasnost.orika.test.unenhance.inheritance2.OwnerDto

@Entity
public class OwnerDto
extends PersonDto

Author:
Sergey Vasilyev

Constructor Summary
OwnerDto()
           
 
Method Summary
 String getSpecialInformation()
           
 void setSpecialInformation(String specialInformation)
           
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance2.PersonDto
getName, setName
 
Methods inherited from class ma.glasnost.orika.test.unenhance.inheritance2.AbstractDto
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnerDto

public OwnerDto()
Method Detail

getSpecialInformation

public String getSpecialInformation()

setSpecialInformation

public void setSpecialInformation(String specialInformation)


Copyright © 2014 Glasnost. All Rights Reserved.