public static class DomainState.LoadInfo extends Object
| Constructor and Description |
|---|
DomainState.LoadInfo() |
| Modifier and Type | Method and Description |
|---|---|
DomainObject |
getDomainObject() |
Long |
getId() |
ResolutionDepth |
getResolutionDepth() |
int |
getVersion() |
void |
setDomainObject(DomainObject domainObject) |
DomainState.LoadInfo |
setResolutionDepth(ResolutionDepth resolutionDepth) |
void |
setVersion(int v) |
public Long getId()
public int getVersion()
public ResolutionDepth getResolutionDepth()
public DomainState.LoadInfo setResolutionDepth(ResolutionDepth resolutionDepth)
public void setVersion(int v)
public DomainObject getDomainObject()
public void setDomainObject(DomainObject domainObject)
Copyright © 2016. All rights reserved.