public static class AccountOrderEvent.AccountEntry
extends java.lang.Object
Constructor and Description |
---|
AccountEntry(int tvAccountId,
TvAccount oldTvAccount,
short oldState,
TvAccount newTvAccount,
short newState) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceAccountId() |
short |
getNewState() |
TvAccount |
getNewTvAccount() |
int |
getOldState() |
TvAccount |
getOldTvAccount() |
void |
setDeviceAccountId(java.lang.String deviceAccountId) |
public TvAccount getOldTvAccount()
public TvAccount getNewTvAccount()
public int getOldState()
public short getNewState()
public java.lang.String getDeviceAccountId()
public void setDeviceAccountId(java.lang.String deviceAccountId)