Project

General

Profile

« Previous | Next » 

Revision 47598

- Fixed duplicate dependncies
- Fixed an error in eligibility checking
- Fixed an error in account activation
- Organized imports

View differences:

Invoice.java
1 1
package eu.dnetlib.goldoa.domain;
2 2

  
3
import java.io.Serializable;
3
import com.google.gwt.user.client.rpc.IsSerializable;
4

  
4 5
import javax.persistence.*;
5 6
import java.util.Date;
6 7

  
......
10 11
 * 
11 12
 */
12 13
@Entity
13
public class Invoice implements Serializable {
14
public class Invoice implements IsSerializable {
14 15
	private static final long serialVersionUID = 1L;
15 16
	@Id
16 17
	@Column(columnDefinition = "text")

Also available in: Unified diff