Package cvut.fel.dto

Class AddressDTO

java.lang.Object
cvut.fel.dto.AddressDTO
All Implemented Interfaces:
java.lang.Cloneable

public class AddressDTO
extends java.lang.Object
implements java.lang.Cloneable
  • Constructor Summary

    Constructors 
    Constructor Description
    AddressDTO()  
  • Method Summary

    Modifier and Type Method Description
    AddressDTO clone()  

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • clone

      public AddressDTO clone()
      Overrides:
      clone in class java.lang.Object