com.hack23.cia.model.api.dto.common
Interface AgencyDto

Package class diagram package AgencyDto
All Superinterfaces:
DataTransferObject, Serializable
All Known Implementing Classes:
AgencyDtoImpl

public interface AgencyDto
extends DataTransferObject

The Interface AgencyDto.


Method Summary
Modifier and Type Method and Description
 Long getId()
          Gets the id.
 String getName()
          Gets the name.
 

Method Detail

getId

Long getId()
Gets the id.

Returns:
the id

getName

String getName()
Gets the name.

Returns:
the name


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.