public class ProcessingRelationship extends Object implements Serializable
| Constructor and Description |
|---|
ProcessingRelationship()
Constructor for ProcessingRelationship.
|
ProcessingRelationship(int processingRelationshipId)
Constructor for ProcessingRelationship.
|
ProcessingRelationship(int processingRelationshipId,
Processing processingByParentId,
Processing processingByChildId,
String relationship)
Constructor for ProcessingRelationship.
|
| Modifier and Type | Method and Description |
|---|---|
Processing |
getProcessingByChildId()
Getter for the field
processingByChildId. |
Processing |
getProcessingByParentId()
Getter for the field
processingByParentId. |
int |
getProcessingRelationshipId()
Getter for the field
processingRelationshipId. |
String |
getRelationship()
Getter for the field
relationship. |
void |
setProcessingByChildId(Processing processingByChildId)
Setter for the field
processingByChildId. |
void |
setProcessingByParentId(Processing processingByParentId)
Setter for the field
processingByParentId. |
void |
setProcessingRelationshipId(int processingRelationshipId)
Setter for the field
processingRelationshipId. |
void |
setRelationship(String relationship)
Setter for the field
relationship. |
public ProcessingRelationship()
Constructor for ProcessingRelationship.
public ProcessingRelationship(int processingRelationshipId)
Constructor for ProcessingRelationship.
processingRelationshipId - a int.public ProcessingRelationship(int processingRelationshipId,
Processing processingByParentId,
Processing processingByChildId,
String relationship)
Constructor for ProcessingRelationship.
processingRelationshipId - a int.processingByParentId - a Processing object.processingByChildId - a Processing object.relationship - a String object.public int getProcessingRelationshipId()
Getter for the field processingRelationshipId.
public void setProcessingRelationshipId(int processingRelationshipId)
Setter for the field processingRelationshipId.
processingRelationshipId - a int.public Processing getProcessingByParentId()
Getter for the field processingByParentId.
Processing object.public void setProcessingByParentId(Processing processingByParentId)
Setter for the field processingByParentId.
processingByParentId - a Processing object.public Processing getProcessingByChildId()
Getter for the field processingByChildId.
Processing object.public void setProcessingByChildId(Processing processingByChildId)
Setter for the field processingByChildId.
processingByChildId - a Processing object.public String getRelationship()
Getter for the field relationship.
String object.Copyright © 2015 SeqWare. All rights reserved.