Class AdminResult<I,T extends org.springframework.data.domain.Persistable<? extends I>>
- java.lang.Object
-
- de.knightsoftnet.gwtp.spring.shared.data.AdminResult<I,T>
-
- Type Parameters:
I- type of the idT- database entity
- All Implemented Interfaces:
Serializable
public class AdminResult<I,T extends org.springframework.data.domain.Persistable<? extends I>> extends Object implements Serializable
administration result.- Author:
- Manfred Tremmel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdminResult()default constructor.AdminResult(I firstId, I previousId, I nextId, I lastId, T entry)constructor initializing fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetEntry()AdminNavigation<I>getNavigation()voidsetEntry(T entry)voidsetNavigation(AdminNavigation<I> navigation)
-
-
-
Method Detail
-
getNavigation
public AdminNavigation<I> getNavigation()
-
setNavigation
public void setNavigation(AdminNavigation<I> navigation)
-
getEntry
public T getEntry()
-
setEntry
public void setEntry(T entry)
-
-