@Entity public class ContextMappingInfo extends Object implements Serializable
KieSession
.
It also provides the following two queries to fetch required information:
Constructor and Description |
---|
ContextMappingInfo() |
ContextMappingInfo(String contextId,
Long ksessionId,
String ownerId) |
Modifier and Type | Method and Description |
---|---|
String |
getContextId() |
Long |
getKsessionId() |
Long |
getMappingId() |
String |
getOwnerId() |
int |
getVersion() |
void |
setContextId(String contextId) |
void |
setKsessionId(Long ksessionId) |
void |
setMappingId(Long mappingId) |
void |
setOwnerId(String ownerId) |
void |
setVersion(int version) |
public Long getMappingId()
public void setMappingId(Long mappingId)
public int getVersion()
public void setVersion(int version)
public String getContextId()
public void setContextId(String contextId)
public Long getKsessionId()
public void setKsessionId(Long ksessionId)
public String getOwnerId()
public void setOwnerId(String ownerId)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.