|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbr.com.arsmachina.accesslogger.Access
br.com.arsmachina.accesslogger.hibernate.Access
public class Access
Persistent Access subclass.
| Constructor Summary | |
|---|---|
Access()
Default constructor. |
|
Access(br.com.arsmachina.accesslogger.Access access)
Constructor that receives an Access instance. |
|
| Method Summary | |
|---|---|
String |
getActivationContext()
|
String |
getContextPath()
|
Long |
getId()
Returns the value of the id property. |
String |
getIp()
|
String |
getLocale()
|
String |
getPage()
|
String |
getQueryString()
|
String |
getReferer()
|
String |
getRemoteHost()
|
String |
getSessionId()
|
Date |
getTimestamp()
|
String |
getUrl()
|
br.com.arsmachina.authentication.entity.User |
getUser()
|
String |
getUserAgent()
|
void |
setId(Long id)
Changes the value of the id property. |
| Methods inherited from class br.com.arsmachina.accesslogger.Access |
|---|
setActivationContext, setContextPath, setIp, setLocale, setPage, setQueryString, setReferer, setRemoteHost, setSessionId, setTimestamp, setUrl, setUser, setUserAgent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Access()
public Access(br.com.arsmachina.accesslogger.Access access)
Access instance. All
property values are copied to the created object.
access - an Access. It cannot be null.| Method Detail |
|---|
@NotNull @Length(max=255) public String getContextPath()
getContextPath in class br.com.arsmachina.accesslogger.AccessAccess.getContextPath()@Length(max=255) public String getPage()
getPage in class br.com.arsmachina.accesslogger.AccessAccess.getPage()@Length(max=255) public String getReferer()
getReferer in class br.com.arsmachina.accesslogger.AccessAccess.getReferer()@NotNull public Date getTimestamp()
getTimestamp in class br.com.arsmachina.accesslogger.AccessAccess.getTimestamp()@NotNull @Length(max=255) public String getUserAgent()
getUserAgent in class br.com.arsmachina.accesslogger.AccessAccess.getUserAgent()public Long getId()
id property.
Long.public void setId(Long id)
id property.
id - a Long.@Length(max=255) public String getActivationContext()
getActivationContext in class br.com.arsmachina.accesslogger.AccessAccess.getActivationContext()@NotNull @Length(max=20) public String getIp()
getIp in class br.com.arsmachina.accesslogger.AccessAccess.getIp()@Length(max=255) public String getQueryString()
getQueryString in class br.com.arsmachina.accesslogger.AccessAccess.getQueryString()@Length(max=40) public String getSessionId()
getSessionId in class br.com.arsmachina.accesslogger.AccessAccess.getSessionId()@NotNull @Length(max=255) public String getUrl()
getUrl in class br.com.arsmachina.accesslogger.AccessAccess.getUrl()public br.com.arsmachina.authentication.entity.User getUser()
getUser in class br.com.arsmachina.accesslogger.AccessAccess.getUser()public String getLocale()
getLocale in class br.com.arsmachina.accesslogger.AccessAccess.getLocale()public String getRemoteHost()
getRemoteHost in class br.com.arsmachina.accesslogger.AccessAccess.getRemoteHost()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||