public class GcCacheLog extends Object
| Constructor and Description |
|---|
GcCacheLog() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLogDate() |
String |
getLogGuid() |
int |
getLogId() |
String |
getLogText() |
String |
getLogType() |
String |
getUser() |
String |
getUserId() |
void |
setLogDate(Date logDate) |
void |
setLogGuid(String logGuid) |
void |
setLogId(int logId) |
void |
setLogText(String logText) |
void |
setLogType(String logType) |
void |
setUser(String user) |
void |
setUserId(String userId) |
public void setLogId(int logId)
public int getLogId()
public void setLogGuid(String logGuid)
public String getLogGuid()
public void setLogText(String logText)
public String getLogText()
public void setLogType(String logType)
public String getLogType()
public void setLogDate(Date logDate)
public Date getLogDate()
public void setUser(String user)
public String getUser()
public String getUserId()
public void setUserId(String userId)
Copyright © 2017 Ultreia.io. All rights reserved.