Class DocumentCheckEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.resultset.DocumentCheckEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class DocumentCheckEvent extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentCheckEvent(org.zkoss.zk.ui.Component target, CheckDataBean.CheckType checkType, DocumentId id)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckDataBean.CheckType
getCheckType()
DocumentId
getId()
-
-
-
Constructor Detail
-
DocumentCheckEvent
public DocumentCheckEvent(org.zkoss.zk.ui.Component target, CheckDataBean.CheckType checkType, DocumentId id)
Constructor.- Parameters:
target
- TargetcheckType
- Checkout / checkin type.id
- Document id
-
-
Method Detail
-
getCheckType
public CheckDataBean.CheckType getCheckType()
- Returns:
- Checkout / checkin type
-
getId
public DocumentId getId()
- Returns:
- Document Id
-
-