public interface FindPublicObjectByIdContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Gets the id.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
PublicObject |
getPublicObject()
Gets the returning PublicObject.
|
void |
setId(Long id)
Sets the id.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
Long getId() throws IfsException
IfsException
void setId(Long id) throws IfsException
IfsException
PublicObject getPublicObject() throws IfsException
IfsException
void setPublicObject(PublicObject po) throws IfsException
IfsException
Copyright © 2023. All rights reserved.