T - public class UnversionedDbentity<T> extends DumpEntity<T> implements Comparable<T>, Serializable
DumpEntity.DumpType| Constructor and Description |
|---|
UnversionedDbentity() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Make visible
|
int |
compareTo(T o) |
boolean |
equals(Object obj) |
Long |
getId() |
int |
hashCode() |
void |
setId(Long val) |
protected void |
toStringSegment(StringBuilder sb)
Add our stuff to the StringBuilder
|
boolean |
unsaved() |
dump, dump, error, getLog, hasDumpValuepublic void setId(Long val)
val - public Long getId()
public boolean unsaved()
protected void toStringSegment(StringBuilder sb)
sb - StringBuilder for resultpublic Object clone()
public int compareTo(T o)
compareTo in interface Comparable<T>Copyright © 2018 Bedework. All rights reserved.