net.stepniak.picheese.pojos.v1
Class User

java.lang.Object
  extended by net.stepniak.picheese.pojos.Base
      extended by net.stepniak.picheese.pojos.v1.User
All Implemented Interfaces:
Serializable

public class User
extends Base

See Also:
Serialized Form

Constructor Summary
User()
           
User(String userId, String userName)
           
 
Method Summary
 String getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String userId,
            String userName)
Method Detail

getId

public String getId()

getName

public String getName()


Copyright © 2013. All Rights Reserved.