Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2b15f284
authored
Mar 20, 2010
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
same than last time
1 parent
7d0b1e65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/GroupMembership.java
code/LanBortalDatabase/src/fi/insomnia/bortal/model/GroupMembership.java
View file @
2b15f28
...
@@ -189,4 +189,18 @@ public class GroupMembership implements ModelInterface {
...
@@ -189,4 +189,18 @@ public class GroupMembership implements ModelInterface {
public
void
setJpaVersionField
(
int
jpaVersionField
)
{
public
void
setJpaVersionField
(
int
jpaVersionField
)
{
this
.
jpaVersionField
=
jpaVersionField
;
this
.
jpaVersionField
=
jpaVersionField
;
}
}
/**
* @return the enteredEvent
*/
public
Calendar
getEnteredEvent
()
{
return
enteredEvent
;
}
/**
* @param enteredEvent the enteredEvent to set
*/
public
void
setEnteredEvent
(
Calendar
enteredEvent
)
{
this
.
enteredEvent
=
enteredEvent
;
}
}
}
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