public static class AccountGroupByIdAud.Key extends com.google.gwtorm.client.CompoundKey<AccountGroup.Id>
Modifier and Type | Field and Description |
---|---|
protected java.sql.Timestamp |
addedOn |
protected AccountGroup.Id |
groupId |
protected AccountGroup.UUID |
includeUUID |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(AccountGroup.Id g,
AccountGroup.UUID u,
java.sql.Timestamp t) |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getAddedOn() |
AccountGroup.UUID |
getIncludeUUID() |
AccountGroup.Id |
getParentKey() |
com.google.gwtorm.client.Key<?>[] |
members() |
java.lang.String |
toString() |
protected AccountGroup.Id groupId
protected AccountGroup.UUID includeUUID
protected java.sql.Timestamp addedOn
protected Key()
public Key(AccountGroup.Id g, AccountGroup.UUID u, java.sql.Timestamp t)
public AccountGroup.Id getParentKey()
getParentKey
in interface com.google.gwtorm.client.Key<AccountGroup.Id>
getParentKey
in class com.google.gwtorm.client.CompoundKey<AccountGroup.Id>
public AccountGroup.UUID getIncludeUUID()
public java.sql.Timestamp getAddedOn()
public com.google.gwtorm.client.Key<?>[] members()
members
in class com.google.gwtorm.client.CompoundKey<AccountGroup.Id>
public java.lang.String toString()
toString
in interface com.google.gwtorm.client.Key<AccountGroup.Id>
toString
in class com.google.gwtorm.client.CompoundKey<AccountGroup.Id>