public class ProcessApplicationIdentifier extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected ProcessApplicationInterface |
processApplication |
protected ProcessApplicationReference |
reference |
Constructor and Description |
---|
ProcessApplicationIdentifier(ProcessApplicationInterface processApplication) |
ProcessApplicationIdentifier(ProcessApplicationReference reference) |
ProcessApplicationIdentifier(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
ProcessApplicationInterface |
getProcessApplication() |
ProcessApplicationReference |
getReference() |
String |
toString() |
protected String name
protected ProcessApplicationReference reference
protected ProcessApplicationInterface processApplication
public ProcessApplicationIdentifier(String name)
public ProcessApplicationIdentifier(ProcessApplicationReference reference)
public ProcessApplicationIdentifier(ProcessApplicationInterface processApplication)
public String getName()
public ProcessApplicationReference getReference()
public ProcessApplicationInterface getProcessApplication()
Copyright © 2020. All rights reserved.