org.axonframework.examples.addressbook.web.dto
Class RemovedDTO
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovedDTO
public RemovedDTO()
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.