Package flexagon.core.services.pojo
Class LockRequestPOJO
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.core.services.pojo.LockRequestPOJO
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNotes()voidsetLockOwnerID(String pLockOwnerID) voidsetLockOwnerType(String pLockOwnerType) voidvoidsetResourceID(String pResourceID) voidsetResourceType(String pResourceType) voidsetSourceClass(Class pSourceClass) toString()Returns custom String representation implemented by walking complete object structure.
-
Field Details
-
LOCK_OWNER_TYPE_ONLINE_USER
- See Also:
-
LOCK_OWNER_TYPE_BACKGROUND_PROCESS
- See Also:
-
-
Constructor Details
-
LockRequestPOJO
-
LockRequestPOJO
-
-
Method Details
-
setResourceType
-
getResourceType
-
setResourceID
-
getResourceID
-
setLockOwnerType
-
getLockOwnerType
-
setLockOwnerID
-
getLockOwnerID
-
setSourceClass
-
getSourceClass
-
setNotes
-
getNotes
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-