public class BTGAbstractResultData extends Object implements Serializable
| Constructor and Description |
|---|
BTGAbstractResultData() |
| Modifier and Type | Method and Description |
|---|---|
PK |
getPk() |
BTGResultScope |
getResultScope() |
String |
getSequence() |
String |
getSessionId() |
PK |
getUser() |
boolean |
isForced() |
boolean |
isFulfilled() |
boolean |
isInvalidated() |
void |
setForced(boolean forced) |
void |
setFulfilled(boolean fulfilled) |
void |
setInvalidated(boolean invalidated) |
void |
setPk(PK pk) |
void |
setResultScope(BTGResultScope resultScope) |
void |
setSequence(String sequence) |
void |
setSessionId(String sessionId) |
void |
setUser(PK user) |
public void setPk(PK pk)
public PK getPk()
public void setUser(PK user)
public PK getUser()
public void setFulfilled(boolean fulfilled)
public boolean isFulfilled()
public void setForced(boolean forced)
public boolean isForced()
public void setInvalidated(boolean invalidated)
public boolean isInvalidated()
public void setResultScope(BTGResultScope resultScope)
public BTGResultScope getResultScope()
public void setSessionId(String sessionId)
public String getSessionId()
public void setSequence(String sequence)
public String getSequence()
Copyright © 2017 SAP SE. All Rights Reserved.