|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.ToDoWorkType
public class ToDoWorkType
Work Type details for a ToDo List Item.
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
ToDoWorkType()
|
|
ToDoWorkType(java.lang.String aID,
java.lang.String aVersion,
boolean aIsPiled,
int aPilingLimit)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getiD()
ID of the Work Type. |
int |
getPilingLimit()
The piling limit for the work type. |
java.lang.String |
getVersion()
Version of the Work Type. |
boolean |
isPiled()
Indicates if the work type is piled. |
void |
setiD(java.lang.String iD)
ID of the Work Type. |
void |
setPiled(boolean isPiled)
Indicates if the work type is piled. |
void |
setPilingLimit(int pilingLimit)
The piling limit for the work type. |
void |
setVersion(java.lang.String version)
Version of the Work Type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToDoWorkType()
public ToDoWorkType(java.lang.String aID,
java.lang.String aVersion,
boolean aIsPiled,
int aPilingLimit)
| Method Detail |
|---|
public java.lang.String getiD()
public void setiD(java.lang.String iD)
iD - The iD to set.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - The version to set.public boolean isPiled()
public void setPiled(boolean isPiled)
isPiled - The isPiled to set.public int getPilingLimit()
public void setPilingLimit(int pilingLimit)
pilingLimit - The pilingLimit to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||