ma.glasnost.orika.test.community.issue25.modelB
Class AddressDTO

java.lang.Object
  extended by ma.glasnost.orika.test.community.issue25.modelB.AddressDTO
All Implemented Interfaces:
Serializable

public class AddressDTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddressDTO()
           
 
Method Summary
 String getComment()
           
 Long getIdNumber()
           
 Character getLand()
           
 Long getPostalcode()
           
 String getStreet()
           
 void setComment(String comment)
           
 void setIdNumber(Long idNumber)
           
 void setLand(Character land)
           
 void setPostalcode(Long postalcode)
           
 void setStreet(String street)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressDTO

public AddressDTO()
Method Detail

getIdNumber

public Long getIdNumber()

setIdNumber

public void setIdNumber(Long idNumber)

getStreet

public String getStreet()

setStreet

public void setStreet(String street)

getPostalcode

public Long getPostalcode()

setPostalcode

public void setPostalcode(Long postalcode)

getComment

public String getComment()

setComment

public void setComment(String comment)

getLand

public Character getLand()

setLand

public void setLand(Character land)


Copyright © 2012 Glasnost. All Rights Reserved.