public abstract class ModuleImport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DomainPath |
domainPath |
protected ItemPath |
itemPath |
protected String |
name |
protected String |
ns |
| Constructor and Description |
|---|
ModuleImport() |
| Modifier and Type | Method and Description |
|---|---|
abstract Path |
create(AgentPath agentPath,
boolean reset) |
DomainPath |
getDomainPath() |
String |
getID() |
ItemPath |
getItemPath() |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
void |
setDomainPath(DomainPath domainPath) |
void |
setID(String uuid) |
void |
setItemPath(ItemPath itemPath) |
void |
setName(String name) |
void |
setNamespace(String ns) |
protected String ns
protected String name
protected DomainPath domainPath
protected ItemPath itemPath
public abstract Path create(AgentPath agentPath, boolean reset) throws ObjectNotFoundException, ObjectCannotBeUpdated, CannotManageException, ObjectAlreadyExistsException, InvalidCollectionModification, InvalidDataException
public void setID(String uuid) throws InvalidItemPathException
InvalidItemPathExceptionpublic String getID()
public String getName()
public void setName(String name)
public void setNamespace(String ns)
public String getNamespace()
public DomainPath getDomainPath()
public void setDomainPath(DomainPath domainPath)
public ItemPath getItemPath()
public void setItemPath(ItemPath itemPath)
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.