Class GenericItemService.GenericItemResult
Object
ServiceResultImpl
GenericItemService.ExceptionSupportResult
GenericItemResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
- GenericItemService
public static class GenericItemService.GenericItemResult
extends GenericItemService.ExceptionSupportResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericItemResult(ErrorCollection errors, StructureException exception, ItemIdentity itemId, GenericItem genericItem) -
Method Summary
Methods inherited from class GenericItemService.ExceptionSupportResult
getException, isValidMethods inherited from class ServiceResultImpl
getErrorCollection, getWarningCollectionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ServiceResult
hasWarnings
-
Constructor Details
-
GenericItemResult
public GenericItemResult(@NotNull ErrorCollection errors, @Nullable StructureException exception, @Nullable ItemIdentity itemId, @Nullable GenericItem genericItem)
-
-
Method Details
-
getItemId
-
getGenericItem
-