JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.pentaho.di.ui.core.auth.model
Interface NamedModelObject<T>
All Known Implementing Classes:
NamedProvider
public interface
NamedModelObject<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
getItem
()
String
getName
()
void
setItem
(
T
paramT)
void
setName
(
String
paramString)
Method Details
getName
String
getName
()
setName
void
setName
(
String
paramString)
setItem
void
setItem
(
T
paramT)
getItem
T
getItem
()