Package com.adbs.querybuilder
Class LinkOptions
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.querybuilder.LinkOptions
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()booleanbooleanbooleanbooleanbooleanvoidsetAddLinkedObjects(boolean value) voidsetCreateLinksByIdenticalFieldNames(boolean value) voidsetCreateLinksFromRelations(boolean value) voidsetDeleteUnusedObjects(boolean value) voidsetLinkCompatibleTypesOnly(boolean value) voidMethods inherited from class com.adbs.ast.UpdatablePersistent
addUpdatedEventListener, beginUpdate, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
-
Constructor Details
-
LinkOptions
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceDisposable- Overrides:
disposein classUpdatablePersistent
-
assign
- Overrides:
assignin classUpdatablePersistent
-
getLinkManipulations
-
setLinkManipulations
-
isCreateLinksFromRelations
public boolean isCreateLinksFromRelations() -
setCreateLinksFromRelations
public void setCreateLinksFromRelations(boolean value) -
isLinkCompatibleTypesOnly
public boolean isLinkCompatibleTypesOnly() -
setLinkCompatibleTypesOnly
public void setLinkCompatibleTypesOnly(boolean value) -
isAddLinkedObjects
public boolean isAddLinkedObjects() -
setAddLinkedObjects
public void setAddLinkedObjects(boolean value) -
isDeleteUnusedObjects
public boolean isDeleteUnusedObjects() -
setDeleteUnusedObjects
public void setDeleteUnusedObjects(boolean value) -
isCreateLinksByIdenticalFieldNames
public boolean isCreateLinksByIdenticalFieldNames() -
setCreateLinksByIdenticalFieldNames
public void setCreateLinksByIdenticalFieldNames(boolean value)
-