public class CacheId extends Object
Modifier and Type | Field and Description |
---|---|
protected IdcContext |
m_userContext |
protected String |
m_userName |
Constructor and Description |
---|
CacheId(String userName, IdcContext userContext) |
Modifier and Type | Method and Description |
---|---|
IdcContext |
getUserContext() |
String |
getUserName() |
protected void |
setUserContext(IdcContext context) |
protected void |
setUserName(String user) |
protected String m_userName
protected IdcContext m_userContext
public CacheId(String userName, IdcContext userContext)
public String getUserName()
public IdcContext getUserContext()
protected void setUserContext(IdcContext context)
protected void setUserName(String user)