@Entity public abstract class DbVariable<T> extends DbBaseEntity
| Modifier | Constructor and Description |
|---|---|
protected |
DbVariable() |
|
DbVariable(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
DbActivity |
getOwner() |
abstract T |
getValue() |
void |
setKey(String aKey) |
void |
setOwner(DbActivity activity) |
String |
toString() |
equals, getCreationDate, getId, getVersion, hashCode, setCreationDate, setId, setVersion, toStringprotected DbVariable()
public DbVariable(String key)
public String getKey()
public void setKey(String aKey)
public abstract T getValue()
public DbActivity getOwner()
public void setOwner(DbActivity activity)
public String toString()
toString in class DbBaseEntityCopyright © 2018 Pivotal Software, Inc.. All rights reserved.