Package com.im.df.impl.db
Class UserItemDescriptionImpl<I extends com.im.ijcs.api.ddl.dto.UserItemInfo>
- java.lang.Object
-
- com.im.df.impl.db.UserItemDescriptionImpl<I>
-
- Type Parameters:
I
- delegate type
- All Implemented Interfaces:
com.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
public class UserItemDescriptionImpl<I extends com.im.ijcs.api.ddl.dto.UserItemInfo> extends Object implements com.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
Trivial immutable implementation of user-item data holder.- Author:
- Petr Hamernik
-
-
Constructor Summary
Constructors Constructor Description UserItemDescriptionImpl(I delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected I
getDelegate()
String
getName()
String
getOwnerUsername()
String
getType()
-
-
-
Constructor Detail
-
UserItemDescriptionImpl
public UserItemDescriptionImpl(I delegate)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfacecom.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
-
getType
public String getType()
- Specified by:
getType
in interfacecom.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
-
getOwnerUsername
public String getOwnerUsername()
- Specified by:
getOwnerUsername
in interfacecom.im.df.api.support.DFNewTypeWellKnownOptions.UserItemDescription
-
getDelegate
protected I getDelegate()
-
-