com.googlecode.fascinator.model
Class User

java.lang.Object
  extended by com.googlecode.fascinator.model.User
All Implemented Interfaces:
Serializable

@Entity
public class User
extends Object
implements Serializable

Entity for Users

Author:
Shilo Banihit
See Also:
Serialized Form

Constructor Summary
User()
           
User(String recordId, String username)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRecordId()
           
 String getUsername()
           
 void setRecordId(String recordId)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String recordId,
            String username)
Method Detail

getRecordId

public String getRecordId()

setRecordId

public void setRecordId(String recordId)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2014. All Rights Reserved.