public class DefaultPersistResult extends Object implements PersistResult
| Constructor and Description |
|---|
DefaultPersistResult(CrudEnum operation,
PK pk) |
DefaultPersistResult(CrudEnum operation,
PK pk,
Long persistenceVersion) |
DefaultPersistResult(CrudEnum operation,
PK pk,
Long persistenceVersion,
String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
CrudEnum |
getOperation() |
Long |
getPersistenceVersion() |
PK |
getPk() |
String |
getTypeCode() |
String |
toString() |
public DefaultPersistResult(CrudEnum operation, PK pk, Long persistenceVersion, String typeCode)
public DefaultPersistResult(CrudEnum operation, PK pk, Long persistenceVersion)
public CrudEnum getOperation()
getOperation in interface PersistResultpublic PK getPk()
getPk in interface PersistResultpublic Long getPersistenceVersion()
getPersistenceVersion in interface PersistResultpublic String getTypeCode()
getTypeCode in interface PersistResultCopyright © 2017 SAP SE. All Rights Reserved.