public class ExportDefinitionEntry
extends java.lang.Object
| Constructor and Description |
|---|
ExportDefinitionEntry(java.lang.String _name,
java.lang.String _primaryKey,
java.lang.String _mode)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMode()
Returns the mode for this export definition entry
|
java.lang.String |
getName()
Returns the name of this export definition entry
|
java.lang.String |
getPrimaryKey()
Returns the primary key for this export definition entry
|
boolean |
isExportable() |
boolean |
isExportOnlyIfReferenced() |
boolean |
isModeCompatibleWith(ExportDefinitionEntry other)
Returns true if the mode of this ExportDefinitionEntry is compatible with the one of the passed ExportDefinitionEntry.
|
public ExportDefinitionEntry(java.lang.String _name,
java.lang.String _primaryKey,
java.lang.String _mode)
_name - the name of this export definition entry_primaryKey - the primary key for this export definition entry_mode - the mode for this export definition entry (possible values are EntityI.EXPORT_MODE_SINGLE and EntityI.EXPORT_MODE_LIST)java.lang.IllegalArgumentException - if the given _mode wasn't EntityI.EXPORT_MODE_SINGLE or EntityI.EXPORT_MODE_LISTpublic java.lang.String getName()
public java.lang.String getPrimaryKey()
public java.lang.String getMode()
public boolean isModeCompatibleWith(ExportDefinitionEntry other)
public boolean isExportable()
public boolean isExportOnlyIfReferenced()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.