test.de.smartics.exceptions.i18n.message
Class OgnlMessageExceptionTest.User

Package class diagram package OgnlMessageExceptionTest.User
java.lang.Object
  extended by test.de.smartics.exceptions.i18n.message.OgnlMessageExceptionTest.User
Enclosing class:
OgnlMessageExceptionTest

protected static class OgnlMessageExceptionTest.User
     
     
extends Object

Test entity.


Constructor Summary
OgnlMessageExceptionTest.User(String name, int id)
          Default constructor.
 
Method Summary
 int getId()
          Returns the identifier of the user.
 String getName()
          Returns the name of the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlMessageExceptionTest.User

public OgnlMessageExceptionTest.User(String name,
                                     int id)
Default constructor.

Parameters:
name - the name of the user.
id - the identifier of the user.
Method Detail

getName

public String getName()
Returns the name of the user.

Returns:
the name of the user.

getId

public int getId()
Returns the identifier of the user.

Returns:
the identifier of the user.


Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.