T - public class DbItem<T> extends SerializableProperties implements Comparable<T>, Serializable
vals| Constructor and Description |
|---|
DbItem()
null constructor for hibernate
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Make visible
|
int |
compareTo(T o) |
boolean |
equals(Object o) |
Long |
getId() |
Integer |
getSeq()
Get the entity seq
|
int |
hashCode() |
void |
setId(Long val) |
void |
setSeq(Integer val)
Set the seq for this entity
|
protected void |
toStringSegment(org.bedework.util.misc.ToString ts)
Add our stuff to the StringBuilder
|
boolean |
unsaved() |
asMap, asString, getMap, getProperties, getVals, init, may, mayBool, mayInt, mayList, mayList, must, mustList, setBoolean, setInt, setObject, setProperties, setStringpublic void setId(Long val)
val - the idpublic Long getId()
public boolean unsaved()
public void setSeq(Integer val)
val - int seqpublic Integer getSeq()
protected void toStringSegment(org.bedework.util.misc.ToString ts)
ts - StringBuilder for resultpublic Object clone()
public int compareTo(T o)
compareTo in interface Comparable<T>Copyright © 2019 Bedework. All rights reserved.