public class LinkingInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_BULKLINK_MODE
Default link mode.
|
| Constructor and Description |
|---|
LinkingInfo(boolean bulklink)
Create a new linking info.
|
LinkingInfo(Object linker)
Create a new linking info.
|
LinkingInfo(Object linker,
boolean bulklink)
Create a new linking info.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getLinker()
Get the linker.
|
boolean |
isBulkLink()
Get the bulklink.
|
String |
toString()
Get the string representation.
|
public static final boolean DEFAULT_BULKLINK_MODE
public LinkingInfo(boolean bulklink)
public LinkingInfo(Object linker)
public LinkingInfo(Object linker, boolean bulklink)
public Object getLinker()
public boolean isBulkLink()
Copyright © 2015. All Rights Reserved.