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

Package class diagram package LanguageDto
All Superinterfaces:
DataTransferObject, Serializable
All Known Implementing Classes:
LanguageDtoImpl

public interface LanguageDto
extends DataTransferObject

The Interface LanguageDto.


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

Method Detail

getId

Long getId()
Gets the id.

Returns:
the id

getName

String getName()
Gets the name.

Returns:
the name

getShortCode

String getShortCode()
Gets the short code.

Returns:
the short code


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