@MappedSuperclass public class DefaultRevisionEntity extends Object implements Serializable
| Constructor and Description | 
|---|
DefaultRevisionEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
getId()  | 
Date | 
getRevisionDate()  | 
long | 
getTimestamp()  | 
int | 
hashCode()  | 
void | 
setId(int id)  | 
void | 
setTimestamp(long timestamp)  | 
String | 
toString()  | 
public int getId()
public void setId(int id)
public Date getRevisionDate()
public long getTimestamp()
public void setTimestamp(long timestamp)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.