com.tibco.bpm.web.client.model.types.data
Class WorkItemType
java.lang.Object
com.tibco.bpm.web.client.model.types.data.WorkItemType
public class WorkItemType
- extends java.lang.Object
TODO Give a useful description of the type.
©2013 TIBCO Software Inc.
- Since:
- TODO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkItemType
public WorkItemType()
getId
public IdType getId()
setId
public void setId(IdType id)
getHeader
public HeaderType getHeader()
setHeader
public void setHeader(HeaderType header)
getState
public java.lang.String getState()
setState
public void setState(java.lang.String state)
getVisible
public java.lang.String getVisible()
setVisible
public void setVisible(java.lang.String visible)
getAttributes
public WorkItemAttributes getAttributes()
setAttributes
public void setAttributes(WorkItemAttributes attributes)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2015 TIBCO Software Inc. All Rights Reserved.