org.axonframework.examples.addressbook.web.dto
Class RemovedDTO

java.lang.Object
  extended by org.axonframework.examples.addressbook.web.dto.RemovedDTO
All Implemented Interfaces:
java.io.Serializable

public class RemovedDTO
extends java.lang.Object
implements java.io.Serializable

Author:
Jettro Coenradie
See Also:
Serialized Form

Constructor Summary
RemovedDTO()
           
 
Method Summary
static RemovedDTO createRemovedFrom(java.lang.String contactIdentifier)
           
static RemovedDTO createRemovedFrom(java.lang.String contactIdentifier, AddressType addressType)
           
 AddressType getAddressType()
           
 java.lang.String getContactIdentifier()
           
 void setAddressType(AddressType addressType)
           
 void setContactIdentifier(java.lang.String contactIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovedDTO

public RemovedDTO()
Method Detail

createRemovedFrom

public static RemovedDTO createRemovedFrom(java.lang.String contactIdentifier)

createRemovedFrom

public static RemovedDTO createRemovedFrom(java.lang.String contactIdentifier,
                                           AddressType addressType)

getAddressType

public AddressType getAddressType()

setAddressType

public void setAddressType(AddressType addressType)

getContactIdentifier

public java.lang.String getContactIdentifier()

setContactIdentifier

public void setContactIdentifier(java.lang.String contactIdentifier)


Copyright © 2010. All Rights Reserved.