public class CommentGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
CommentGroup.code attribute defined at extension print. |
static String |
DATE
Generated constant - Attribute key of
CommentGroup.date attribute defined at extension print. |
static String |
ITEM
Generated constant - Attribute key of
CommentGroup.item attribute defined at extension print. |
static String |
NAME
Generated constant - Attribute key of
CommentGroup.name attribute defined at extension print. |
static String |
USER
Generated constant - Attribute key of
CommentGroup.user attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CommentGroupModel()
Generated constructor - Default constructor for generic creation.
|
CommentGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CommentGroupModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CommentGroupModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
CommentGroup.code attribute defined at extension print. |
Date |
getDate()
Generated method - Getter of the
CommentGroup.date attribute defined at extension print. |
ItemModel |
getItem()
Generated method - Getter of the
CommentGroup.item attribute defined at extension print. |
String |
getName()
Generated method - Getter of the
CommentGroup.name attribute defined at extension print. |
String |
getName(Locale loc)
Generated method - Getter of the
CommentGroup.name attribute defined at extension print. |
UserModel |
getUser()
Generated method - Getter of the
CommentGroup.user attribute defined at extension print. |
void |
setCode(String value)
Generated method - Setter of
CommentGroup.code attribute defined at extension print. |
void |
setDate(Date value)
Generated method - Setter of
CommentGroup.date attribute defined at extension print. |
void |
setItem(ItemModel value)
Generated method - Setter of
CommentGroup.item attribute defined at extension print. |
void |
setName(String value)
Generated method - Setter of
CommentGroup.name attribute defined at extension print. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
CommentGroup.name attribute defined at extension print. |
void |
setUser(UserModel value)
Generated method - Setter of
CommentGroup.user attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CODE
CommentGroup.code attribute defined at extension print.public static final String DATE
CommentGroup.date attribute defined at extension print.public static final String NAME
CommentGroup.name attribute defined at extension print.public static final String ITEM
CommentGroup.item attribute defined at extension print.public static final String USER
CommentGroup.user attribute defined at extension print.public CommentGroupModel()
public CommentGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CommentGroupModel(String _code)
_code - initial attribute declared by type CommentGroup at extension print@Deprecated public CommentGroupModel(String _code, ItemModel _owner)
_code - initial attribute declared by type CommentGroup at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
CommentGroup.code attribute defined at extension print.@Accessor(qualifier="date", type=GETTER) public Date getDate()
CommentGroup.date attribute defined at extension print.@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
CommentGroup.item attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName()
CommentGroup.name attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
CommentGroup.name attribute defined at extension print.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
CommentGroup.user attribute defined at extension print.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CommentGroup.code attribute defined at extension print.value - the code@Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
CommentGroup.date attribute defined at extension print.value - the date@Accessor(qualifier="item", type=SETTER) public void setItem(ItemModel value)
CommentGroup.item attribute defined at extension print.value - the item@Accessor(qualifier="name", type=SETTER) public void setName(String value)
CommentGroup.name attribute defined at extension print.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
CommentGroup.name attribute defined at extension print.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.