|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.com.arsmachina.accesslogger.Access
public class Access
Class that represents an user access (visit).
| Constructor Summary | |
|---|---|
Access()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getActivationContext()
Returns the value of the activationContext property. |
String |
getContextPath()
Returns the value of the context property. |
String |
getIp()
Returns the value of the ip property. |
String |
getLocale()
Returns the value of the locale property. |
String |
getPage()
Returns the value of the page property. |
String |
getQueryString()
Returns the value of the queryString property. |
String |
getReferer()
Returns the value of the referrer property. |
String |
getRemoteHost()
Returns the value of the remoteAddress property. |
String |
getSessionId()
Returns the value of the sessionId property. |
Date |
getTimestamp()
Returns the value of the timestamp property. |
String |
getUrl()
Returns the value of the url property. |
br.com.arsmachina.authentication.entity.User |
getUser()
Returns the value of the user property. |
String |
getUserAgent()
Returns the value of the userAgent property. |
void |
setActivationContext(String activationContext)
Changes the value of the activationContext property. |
void |
setContextPath(String contextPath)
Changes the value of the context property. |
void |
setIp(String ip)
Changes the value of the ip property. |
void |
setLocale(String locale)
Changes the value of the locale property. |
void |
setPage(String page)
Changes the value of the page property. |
void |
setQueryString(String queryString)
Changes the value of the queryString property. |
void |
setReferer(String referrer)
Changes the value of the referrer property. |
void |
setRemoteHost(String remoteHost)
Changes the value of the remoteHost property. |
void |
setSessionId(String sessionId)
Changes the value of the sessionId property. |
void |
setTimestamp(Date timestamp)
Changes the value of the timestamp property. |
void |
setUrl(String url)
Changes the value of the url property. |
void |
setUser(br.com.arsmachina.authentication.entity.User user)
Changes the value of the user property. |
void |
setUserAgent(String userAgent)
Changes the value of the userAgent property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Access()
| Method Detail |
|---|
public br.com.arsmachina.authentication.entity.User getUser()
user property.
User.public void setUser(br.com.arsmachina.authentication.entity.User user)
user property.
user - a User.public Date getTimestamp()
timestamp property.
Date.public void setTimestamp(Date timestamp)
timestamp property.
timestamp - a Date.public String getContextPath()
context property.
String.public void setContextPath(String contextPath)
context property.
contextPath - a String.public String getPage()
page property.
String.public void setPage(String page)
page property.
page - a String.public String getQueryString()
queryString property.
String.public void setQueryString(String queryString)
queryString property.
queryString - a String.public String getSessionId()
sessionId property.
String.public void setSessionId(String sessionId)
sessionId property.
sessionId - a String.public String getReferer()
referrer property.
String.public void setReferer(String referrer)
referrer property.
referrer - a String.public String getActivationContext()
activationContext property.
String.public void setActivationContext(String activationContext)
activationContext property.
activationContext - a String.public String getIp()
ip property.
String.public void setIp(String ip)
ip property.
ip - a String.public String getUrl()
url property.
String.public void setUrl(String url)
url property.
url - a String.public String getUserAgent()
userAgent property.
String.public void setUserAgent(String userAgent)
userAgent property.
userAgent - a String.public String getRemoteHost()
remoteAddress property.
String.public void setRemoteHost(String remoteHost)
remoteHost property.
remoteHost - a String.public String getLocale()
locale property.
String.public void setLocale(String locale)
locale property.
locale - a String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||