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