public class TransactionTypeChoiceItem extends Object implements Serializable
| Constructor and Description |
|---|
TransactionTypeChoiceItem() |
| Modifier and Type | Method and Description |
|---|---|
Delete |
getDelete()
Returns the value of field 'delete'.
|
Insert |
getInsert()
Returns the value of field 'insert'.
|
Native |
getNative()
Returns the value of field 'native'.
|
Update |
getUpdate()
Returns the value of field 'update'.
|
void |
setDelete(Delete delete)
Sets the value of field 'delete'.
|
void |
setInsert(Insert insert)
Sets the value of field 'insert'.
|
void |
setNative(Native _native)
Sets the value of field 'native'.
|
void |
setUpdate(Update update)
Sets the value of field 'update'.
|
public Delete getDelete()
public Insert getInsert()
public Native getNative()
public Update getUpdate()
public void setDelete(Delete delete)
delete - the value of field 'delete'.public void setInsert(Insert insert)
insert - the value of field 'insert'.public void setNative(Native _native)
_native - native - the value of field 'native'.public void setUpdate(Update update)
update - the value of field 'update'.Copyright © 2021 B3Partners B.V.. All rights reserved.