|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.Participant
This class provides information about a workflow participant.
Field Summary | |
---|---|
static java.lang.String |
HUMAN
Constant identifying the human participant type. |
Constructor Summary | |
---|---|
Participant()
Default constructor. |
|
Participant(DistinguishedName dn,
java.lang.String type)
Constructs with distinguished name and type. |
|
Participant(DistinguishedName dn,
java.lang.String id,
java.lang.String type)
Constructs with distinguished name, id, and type. |
|
Participant(java.lang.String id,
java.lang.String type)
Constructs with distinguished name and type. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object compObj)
|
DistinguishedName |
getDistinguishedName()
Returns the distinguished name of the participant. |
java.lang.String |
getId()
Returns the string identifier of the participant. |
java.lang.String |
getType()
Returns the type of the participant. |
void |
setDistinguishedName(DistinguishedName dn)
Changes the distinguished name of the participant. |
void |
setId(java.lang.String id)
Changes the string identifier of the participant. |
void |
setType(java.lang.String type)
Changes the type of the participant. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String HUMAN
Constructor Detail |
public Participant()
public Participant(DistinguishedName dn, java.lang.String type)
dn
- DistinguishedName of the participant.type
- Type of the participant (i.e., HUMAN).public Participant(DistinguishedName dn, java.lang.String id, java.lang.String type)
dn
- DistinguishedName of the participant.id
- Identifier of the participant.type
- Type of the participant (i.e., HUMAN).public Participant(java.lang.String id, java.lang.String type)
id
- Identifier of the participant.type
- Type of the participant (i.e., HUMAN).Method Detail |
public DistinguishedName getDistinguishedName()
public void setDistinguishedName(DistinguishedName dn)
dn
- DistinguishedName of the participant.public java.lang.String getId()
public void setId(java.lang.String id)
id
- Identifier of the participant.public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object compObj)
equals
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |