public class PersonImpl extends Object implements Person, Serializable
Modifier | Constructor and Description |
---|---|
protected |
PersonImpl() |
|
PersonImpl(Long id,
String name) |
protected void setId(Long id)
public String getName()
getName
in interface PersonProfile
public String getAddress()
getAddress
in interface PersonProfile
public void setAddress(String address)
setAddress
in interface Person
Copyright © 2005-2014 dozer. All Rights Reserved.