public class DatabaseAction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseAction.Type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DatabaseAction.Type |
getActionType() |
Ownable |
getOwnable() |
long |
getTimeStamp() |
User |
getUser() |
int |
hashCode() |
static DatabaseAction |
newDropInstance(User user) |
static DatabaseAction |
newOwnInstance(Ownable ownable,
User user) |
static DatabaseAction |
newUnownInstance(Ownable ownable) |
String |
toString() |
public static DatabaseAction newUnownInstance(Ownable ownable)
public static DatabaseAction newOwnInstance(Ownable ownable, User user)
public static DatabaseAction newDropInstance(User user)
public User getUser()
public Ownable getOwnable()
public long getTimeStamp()
public DatabaseAction.Type getActionType()
Copyright © 2015. All rights reserved.