Package com.saperion.ngc.events
Class CheckDataBean
- java.lang.Object
-
- com.saperion.ngc.events.CheckDataBean
-
public class CheckDataBean extends java.lang.Object
Bean for checkin / checkout events.- Author:
- rbo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CheckDataBean.CheckType
Checkout / checkin type.
-
Constructor Summary
Constructors Constructor Description CheckDataBean(CheckDataBean.CheckType type, DocumentId id)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckDataBean.CheckType
getCheckType()
DocumentId
getDocumentId()
-
-
-
Constructor Detail
-
CheckDataBean
public CheckDataBean(CheckDataBean.CheckType type, DocumentId id)
Constructor.- Parameters:
type
- Typeid
- Id
-
-
Method Detail
-
getCheckType
public final CheckDataBean.CheckType getCheckType()
- Returns:
- the checkType
-
getDocumentId
public final DocumentId getDocumentId()
- Returns:
- the documentId
-
-