public final class AccountGroupMemberAudit
extends java.lang.Object
Account
in an AccountGroup
.Modifier and Type | Class and Description |
---|---|
static class |
AccountGroupMemberAudit.Key |
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
addedBy |
protected AccountGroupMemberAudit.Key |
key |
protected Account.Id |
removedBy |
protected java.sql.Timestamp |
removedOn |
Modifier | Constructor and Description |
---|---|
protected |
AccountGroupMemberAudit() |
|
AccountGroupMemberAudit(AccountGroupMember m,
Account.Id adder,
java.sql.Timestamp addedOn) |
|
AccountGroupMemberAudit(AccountGroupMemberAudit.Key key,
Account.Id adder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Account.Id |
getAddedBy() |
java.sql.Timestamp |
getAddedOn() |
AccountGroup.Id |
getGroupId() |
AccountGroupMemberAudit.Key |
getKey() |
Account.Id |
getMemberId() |
Account.Id |
getRemovedBy() |
java.sql.Timestamp |
getRemovedOn() |
int |
hashCode() |
boolean |
isActive() |
void |
removed(Account.Id deleter,
java.sql.Timestamp when) |
void |
removedLegacy() |
java.lang.String |
toString() |
protected AccountGroupMemberAudit.Key key
protected Account.Id addedBy
protected Account.Id removedBy
protected java.sql.Timestamp removedOn
protected AccountGroupMemberAudit()
public AccountGroupMemberAudit(AccountGroupMember m, Account.Id adder, java.sql.Timestamp addedOn)
public AccountGroupMemberAudit(AccountGroupMemberAudit.Key key, Account.Id adder)
public AccountGroupMemberAudit.Key getKey()
public AccountGroup.Id getGroupId()
public Account.Id getMemberId()
public boolean isActive()
public void removed(Account.Id deleter, java.sql.Timestamp when)
public void removedLegacy()
public Account.Id getAddedBy()
public java.sql.Timestamp getAddedOn()
public Account.Id getRemovedBy()
public java.sql.Timestamp getRemovedOn()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object