Java Doc for User.java in » Database-ORM » ebean » app » data » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Database ORM
»
ebean
»
app.data
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
app.data
.User
User
public
class User
(Code)
User entity bean.
Field Summary
List
<
Bug
>
assignedBugs
List
<
Comment
>
comments
String
cookieLogin
Timestamp
cretime
List
<
BugDetail
>
details
String
email
Integer
errorCount
Integer
id
Timestamp
lastLogin
List
<
Bug
>
loggedBugs
String
name
List
<
TopicPost
>
posts
String
pwd
String
resetCode
Timestamp
resetTime
List
<
Role
>
roles
String
salt
UserStatus
status
List
<
Topic
>
topics
Timestamp
updtime
Method Summary
public
List
<
Bug
>
getAssignedBugs
()
Return assigned bugs.
public
List
<
Comment
>
getComments
()
Return comments.
public
String
getCookieLogin
()
Return cookie login.
public
Timestamp
getCretime
()
Return cretime.
public
List
<
BugDetail
>
getDetails
()
Return details.
public
String
getEmail
()
Return email.
public
Integer
getErrorCount
()
Return error count.
public
Integer
getId
()
Return id.
public
Timestamp
getLastLogin
()
Return last login.
public
List
<
Bug
>
getLoggedBugs
()
Return logged bugs.
public
String
getName
()
Return name.
public
List
<
TopicPost
>
getPosts
()
Return posts.
public
String
getPwd
()
Return pwd.
public
String
getResetCode
()
Return reset code.
public
Timestamp
getResetTime
()
Return reset time.
public
List
<
Role
>
getRoles
()
Return roles.
public
String
getSalt
()
Return salt.
public
UserStatus
getStatus
()
Return status.
public
List
<
Topic
>
getTopics
()
Return topics.
public
Timestamp
getUpdtime
()
Return updtime.
public
void
setAssignedBugs
(
List
<
Bug
> assignedBugs)
Set assigned bugs.
public
void
setComments
(
List
<
Comment
> comments)
Set comments.
public
void
setCookieLogin
(
String
cookieLogin)
Set cookie login.
public
void
setCretime
(
Timestamp
cretime)
Set cretime.
public
void
setDetails
(
List
<
BugDetail
> details)
Set details.
public
void
setEmail
(
String
email)
Set email.
public
void
setErrorCount
(
Integer
errorCount)
Set error count.
public
void
setId
(
Integer
id)
Set id.
public
void
setLastLogin
(
Timestamp
lastLogin)
Set last login.
public
void
setLoggedBugs
(
List
<
Bug
> loggedBugs)
Set logged bugs.
public
void
setName
(
String
name)
Set name.
public
void
setPosts
(
List
<
TopicPost
> posts)
Set posts.
public
void
setPwd
(
String
pwd)
Set pwd.
public
void
setResetCode
(
String
resetCode)
Set reset code.
public
void
setResetTime
(
Timestamp
resetTime)
Set reset time.
public
void
setRoles
(
List
<
Role
> roles)
Set roles.
public
void
setSalt
(
String
salt)
Set salt.
public
void
setStatus
(
UserStatus
status)
Set status.
public
void
setTopics
(
List
<
Topic
> topics)
Set topics.
public
void
setUpdtime
(
Timestamp
updtime)
Set updtime.
Field Detail
assignedBugs
List
<
Bug
> assignedBugs
(Code)
comments
List
<
Comment
> comments
(Code)
cookieLogin
String
cookieLogin
(Code)
cretime
Timestamp
cretime
(Code)
details
List
<
BugDetail
> details
(Code)
email
String
email
(Code)
errorCount
Integer
errorCount
(Code)
id
Integer
id
(Code)
lastLogin
Timestamp
lastLogin
(Code)
loggedBugs
List
<
Bug
> loggedBugs
(Code)
name
String
name
(Code)
posts
List
<
TopicPost
> posts
(Code)
pwd
String
pwd
(Code)
resetCode
String
resetCode
(Code)
resetTime
Timestamp
resetTime
(Code)
roles
List
<
Role
> roles
(Code)
salt
String
salt
(Code)
status
UserStatus
status
(Code)
topics
List
<
Topic
> topics
(Code)
updtime
Timestamp
updtime
(Code)
Method Detail
getAssignedBugs
public
List
<
Bug
> getAssignedBugs()
(Code)
Return assigned bugs.
getComments
public
List
<
Comment
> getComments()
(Code)
Return comments.
getCookieLogin
public
String
getCookieLogin()
(Code)
Return cookie login.
getCretime
public
Timestamp
getCretime()
(Code)
Return cretime.
getDetails
public
List
<
BugDetail
> getDetails()
(Code)
Return details.
getEmail
public
String
getEmail()
(Code)
Return email.
getErrorCount
public
Integer
getErrorCount()
(Code)
Return error count.
getId
public
Integer
getId()
(Code)
Return id.
getLastLogin
public
Timestamp
getLastLogin()
(Code)
Return last login.
getLoggedBugs
public
List
<
Bug
> getLoggedBugs()
(Code)
Return logged bugs.
getName
public
String
getName()
(Code)
Return name.
getPosts
public
List
<
TopicPost
> getPosts()
(Code)
Return posts.
getPwd
public
String
getPwd()
(Code)
Return pwd.
getResetCode
public
String
getResetCode()
(Code)
Return reset code.
getResetTime
public
Timestamp
getResetTime()
(Code)
Return reset time.
getRoles
public
List
<
Role
> getRoles()
(Code)
Return roles.
getSalt
public
String
getSalt()
(Code)
Return salt.
getStatus
public
UserStatus
getStatus()
(Code)
Return status.
getTopics
public
List
<
Topic
> getTopics()
(Code)
Return topics.
getUpdtime
public
Timestamp
getUpdtime()
(Code)
Return updtime.
setAssignedBugs
public
void setAssignedBugs(
List
<
Bug
> assignedBugs)
(Code)
Set assigned bugs.
setComments
public
void setComments(
List
<
Comment
> comments)
(Code)
Set comments.
setCookieLogin
public
void setCookieLogin(
String
cookieLogin)
(Code)
Set cookie login.
setCretime
public
void setCretime(
Timestamp
cretime)
(Code)
Set cretime.
setDetails
public
void setDetails(
List
<
BugDetail
> details)
(Code)
Set details.
setEmail
public
void setEmail(
String
email)
(Code)
Set email.
setErrorCount
public
void setErrorCount(
Integer
errorCount)
(Code)
Set error count.
setId
public
void setId(
Integer
id)
(Code)
Set id.
setLastLogin
public
void setLastLogin(
Timestamp
lastLogin)
(Code)
Set last login.
setLoggedBugs
public
void setLoggedBugs(
List
<
Bug
> loggedBugs)
(Code)
Set logged bugs.
setName
public
void setName(
String
name)
(Code)
Set name.
setPosts
public
void setPosts(
List
<
TopicPost
> posts)
(Code)
Set posts.
setPwd
public
void setPwd(
String
pwd)
(Code)
Set pwd.
setResetCode
public
void setResetCode(
String
resetCode)
(Code)
Set reset code.
setResetTime
public
void setResetTime(
Timestamp
resetTime)
(Code)
Set reset time.
setRoles
public
void setRoles(
List
<
Role
> roles)
(Code)
Set roles.
setSalt
public
void setSalt(
String
salt)
(Code)
Set salt.
setStatus
public
void setStatus(
UserStatus
status)
(Code)
Set status.
setTopics
public
void setTopics(
List
<
Topic
> topics)
(Code)
Set topics.
setUpdtime
public
void setUpdtime(
Timestamp
updtime)
(Code)
Set updtime.
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.