public abstract class OperationImport extends Object
Modifier and Type | Field and Description |
---|---|
protected Target |
entitySet |
protected String |
name |
Constructor and Description |
---|
OperationImport() |
Modifier and Type | Method and Description |
---|---|
Target |
getEntitySet() |
String |
getName() |
OperationImport |
setEntitySet(Target entitySet) |
OperationImport |
setName(String name) |
public String getName()
public OperationImport setName(String name)
public Target getEntitySet()
public OperationImport setEntitySet(Target entitySet)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.