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 TypeMethodDescriptionvoid
void
dispose()
boolean
boolean
boolean
boolean
boolean
void
setAddLinkedObjects
(boolean value) void
setCreateLinksByIdenticalFieldNames
(boolean value) void
setCreateLinksFromRelations
(boolean value) void
setDeleteUnusedObjects
(boolean value) void
setLinkCompatibleTypesOnly
(boolean value) void
Methods 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:
dispose
in interfaceDisposable
- Overrides:
dispose
in classUpdatablePersistent
-
assign
- Overrides:
assign
in 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)
-