com.tekann.codegen.pda
Interface ILogin


public interface ILogin

Interface represents a form with DTO login value.

Author:
Evandro Rathke

Method Summary
 IDTO getLoginObject()
          Retorna objeto de login.
 void setLoginObject(IDTO loginObject)
          Sets the login object.
 

Method Detail

getLoginObject

IDTO getLoginObject()
Retorna objeto de login.

Returns:
Objeto de login.

setLoginObject

void setLoginObject(IDTO loginObject)
Sets the login object.

Parameters:
loginObject -