@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 © 2019 JBoss by Red Hat. All rights reserved.