Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 63707598
authored
Oct 31, 2010
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
1 parent
1f3c55cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/PollAnswer.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/PollAnswer.java
View file @
6370759
...
@@ -20,7 +20,7 @@ public class PollAnswer extends GenericEventChild implements Serializable {
...
@@ -20,7 +20,7 @@ public class PollAnswer extends GenericEventChild implements Serializable {
@ManyToOne
@ManyToOne
@Column
(
name
=
"question_id"
,
nullable
=
false
)
@Column
(
name
=
"question_id"
,
nullable
=
false
)
private
PossibleAnswer
choi
s
e
;
private
PossibleAnswer
choi
c
e
;
@ManyToOne
@ManyToOne
@Column
(
name
=
"user_id"
,
nullable
=
false
)
@Column
(
name
=
"user_id"
,
nullable
=
false
)
...
@@ -34,12 +34,12 @@ public class PollAnswer extends GenericEventChild implements Serializable {
...
@@ -34,12 +34,12 @@ public class PollAnswer extends GenericEventChild implements Serializable {
return
answerText
;
return
answerText
;
}
}
public
void
setChoi
s
e
(
PossibleAnswer
choise
)
{
public
void
setChoi
c
e
(
PossibleAnswer
choise
)
{
this
.
choi
s
e
=
choise
;
this
.
choi
c
e
=
choise
;
}
}
public
PossibleAnswer
getChoi
s
e
()
{
public
PossibleAnswer
getChoi
c
e
()
{
return
choi
s
e
;
return
choi
c
e
;
}
}
public
void
setUser
(
User
user
)
{
public
void
setUser
(
User
user
)
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment