@Entity
public class AdditionalAccountInfoJPA
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AdditionalAccountInfoJPA() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gets the id.
|
java.lang.String |
getKey()
Gets the key.
|
AccountJPA |
getOwnerAccount()
Gets the owner account.
|
java.lang.String |
getValue()
Gets the value.
|
void |
setId(int id)
Sets the id.
|
void |
setKey(java.lang.String key)
Sets the key.
|
void |
setOwnerAccount(AccountJPA ownerGroup)
Sets the owner account.
|
void |
setValue(java.lang.String value)
Sets the value.
|
public int getId()
public void setId(int id)
id
- the new idpublic AccountJPA getOwnerAccount()
public void setOwnerAccount(AccountJPA ownerGroup)
ownerGroup
- the new owner accountpublic java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the new keypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the new value