public class ResourceStatImpl extends Object implements ResourceStat, Serializable
| Constructor and Description |
|---|
ResourceStatImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResourceStat other) |
boolean |
equals(Object o) |
long |
getCount() |
Date |
getDate() |
long |
getId() |
String |
getResourceAction() |
String |
getResourceRef() |
String |
getSiteId() |
String |
getUserId() |
int |
hashCode() |
void |
setCount(long count) |
void |
setDate(Date date) |
void |
setId(long id) |
void |
setResourceAction(String resourceAction) |
void |
setResourceRef(String resourceRef) |
void |
setSiteId(String siteId) |
void |
setUserId(String userId) |
String |
toString() |
public int compareTo(ResourceStat other)
compareTo in interface Comparable<ResourceStat>public String getResourceRef()
getResourceRef in interface ResourceStatpublic void setResourceRef(String resourceRef)
setResourceRef in interface ResourceStatpublic String getResourceAction()
getResourceAction in interface ResourceStatpublic void setResourceAction(String resourceAction)
setResourceAction in interface ResourceStatCopyright © 2023. All rights reserved.