public class OperationsTypeItem extends Object implements Serializable
| Constructor and Description |
|---|
OperationsTypeItem() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getChoiceValue()
Returns the value of field 'choiceValue'.
|
Delete |
getDelete()
Returns the value of field 'delete'.
|
Insert |
getInsert()
Returns the value of field 'insert'.
|
Lock |
getLock()
Returns the value of field 'lock'.
|
Query |
getQuery()
Returns the value of field 'query'.
|
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 |
setLock(Lock lock)
Sets the value of field 'lock'.
|
void |
setQuery(Query query)
Sets the value of field 'query'.
|
void |
setUpdate(Update update)
Sets the value of field 'update'.
|
public Object getChoiceValue()
public Delete getDelete()
public Insert getInsert()
public Lock getLock()
public Query getQuery()
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 setLock(Lock lock)
lock - the value of field 'lock'.public void setQuery(Query query)
query - the value of field 'query'.public void setUpdate(Update update)
update - the value of field 'update'.Copyright © 2022 B3Partners B.V.. All rights reserved.