public abstract class BaseEntity<K> implements Serializable
Inheritance
Object >
BaseEntity<K>
Type Parameter
Methods
<K>getEntity(String name)
public FullEntity<K> <K>getEntity(String name)
Returns the property value as an entity.
Parameter
Returns
<T>getList(String name)
public List<T> <T>getList(String name)
Returns the property value as a list of values.
Parameter
Returns
<V>getValue(String name)
public V <V>getValue(String name)
Returns the Value for the given property name
.
Parameter
Returns
contains(String name)
public boolean contains(String name)
Returns true
if the entity contains a property with the given name
.
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBlob(String name)
public Blob getBlob(String name)
Returns the property value as a blob.
Parameter
Returns
getBoolean(String name)
public boolean getBoolean(String name)
Returns the property value as a boolean.
Parameter
Returns
getDouble(String name)
public double getDouble(String name)
Returns the property value as a double.
Parameter
Returns
getKey()
Returns the associated key or null if it does not have one.
Returns
getKey(String name)
public Key getKey(String name)
Returns the property value as a Key.
Parameter
Returns
getLatLng(String name)
public LatLng getLatLng(String name)
Returns the property value as a LatLng.
Parameter
Returns
getLong(String name)
public long getLong(String name)
Returns the property value as long.
Parameter
Returns
getNames()
public Set<String> getNames()
Returns the properties name.
Returns
getProperties()
public Map<String,Value<?>> getProperties()
Returns
getString(String name)
public String getString(String name)
Returns the property value as a string.
Parameter
Returns
getTimestamp(String name)
public Timestamp getTimestamp(String name)
Returns the property value as a Timestamp.
Parameter
Returns
Type | Description |
com.google.cloud.Timestamp | |
hasKey()
Returns true if entity has a non-null key.
Returns
hashCode()
Returns
Overrides
isNull(String name)
public boolean isNull(String name)
Returns true if property is an instance of NullValue.
Parameter
Returns
toString()
Returns
Overrides