public abstract class EntityVO extends EntityModel
ID| Constructor and Description |
|---|
EntityVO() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Long |
getId(EntityVO vo)
Returns the identifier of the given vo, handling nulls
|
static java.util.List<java.lang.Long> |
getIds(java.lang.Iterable<? extends EntityVO> vos)
Returns a list with vo identifiers, handling nulls
|
static java.util.Set<java.lang.Long> |
getUniqueIds(java.lang.Iterable<? extends EntityVO> vos)
Returns a set with vo identifiers, handling nulls
|
doGetProperties, doSet, equals, get, getId, hashCode, setId, toStringaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static java.lang.Long getId(EntityVO vo)
public static java.util.List<java.lang.Long> getIds(java.lang.Iterable<? extends EntityVO> vos)
public static java.util.Set<java.lang.Long> getUniqueIds(java.lang.Iterable<? extends EntityVO> vos)