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, equals, getId, hashCode, setId, toStringaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic 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)