public abstract class LazyProperty extends ModelBase
| Constructor and Description |
|---|
LazyProperty(String propertyKey,
String propertyName,
Visibility propertyVisibility) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected abstract Element |
getE() |
String |
getHistory() |
String |
getKey() |
String |
getName() |
protected abstract Property |
getP() |
protected abstract String |
getToStringHeaderLine() |
Visibility |
getVisibility() |
String |
toString() |
static String |
toString(Property prop,
String headerLine) |
getAuthorizations, getGraph, getMethods, getProperties, getTimepublic LazyProperty(String propertyKey, String propertyName, Visibility propertyVisibility)
public String getHistory()
protected abstract String getToStringHeaderLine()
protected abstract Element getE()
protected abstract Property getP()
public String getKey()
public String getName()
public Visibility getVisibility()
public void delete()
Copyright © 2014–2018. All rights reserved.