public class ProLinkTerm
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
ProLinkTerm() |
ProLinkTerm(java.lang.String id)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArtState(PASEartState state)
Add the artifact state
|
java.lang.Object |
clone()
Create a copy of the
ProLinkTerm object |
java.util.Vector<PASEartState> |
getArtStateList()
Get the artifact state list
|
java.lang.String |
getID()
Get the conjunction id
|
java.lang.String |
getLinkCondition()
Get the link condition
|
java.lang.String |
getProjectID()
Get the project id
|
boolean |
removeArtState(PASEartState state)
Remove the artifact state
|
void |
setArtStateList(java.util.Vector<PASEartState> prList)
Set the artifact state list
|
void |
setID(java.lang.String id)
Set the conjunction id
|
void |
setLinkCondition(java.lang.String cond)
Set the link condition
|
void |
setProjectID(java.lang.String id)
Set the project id
|
java.lang.String |
toString()
Return a string representation of the
ProLinkTerm |
public ProLinkTerm()
public ProLinkTerm(java.lang.String id)
ProLinkTerm with the specified conjunction id.id - the given conjunction idpublic java.lang.String getID()
public void setID(java.lang.String id)
id - the given conjunction idpublic java.lang.String getProjectID()
public void setProjectID(java.lang.String id)
id - the given project idpublic java.lang.String getLinkCondition()
public void setLinkCondition(java.lang.String cond)
cond - the given conditionpublic java.util.Vector<PASEartState> getArtStateList()
Vector is instance of PASEState)PASEStatepublic void setArtStateList(java.util.Vector<PASEartState> prList)
prList - the given artifact state listpublic void addArtState(PASEartState state)
state - the given artifact statePASEStatepublic boolean removeArtState(PASEartState state)
state - the given artifact statePASEStatepublic java.lang.Object clone()
ProLinkTerm objectclone in class java.lang.ObjectProLinkTerm objectpublic java.lang.String toString()
ProLinkTermtoString in class java.lang.ObjectCopyright ? 2022. All Rights Reserved.