public class B2BCommentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ABSTRACTORDER2B2BCOMMENT
Generated relation code constant for relation
AbstractOrder2B2BComment defining source attribute order in extension b2bcommerce. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
B2BComment.code attribute defined at extension b2bcommerce. |
static String |
COMMENT
Generated constant - Attribute key of
B2BComment.comment attribute defined at extension b2bcommerce. |
static String |
MODIFIEDDATE
Generated constant - Attribute key of
B2BComment.modifiedDate attribute defined at extension b2bcommerce. |
static String |
ORDER
Generated constant - Attribute key of
B2BComment.order attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BCommentModel()
Generated constructor - Default constructor for generic creation.
|
B2BCommentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
B2BCommentModel(UserModel _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
B2BComment.code attribute defined at extension b2bcommerce. |
String |
getComment()
Generated method - Getter of the
B2BComment.comment attribute defined at extension b2bcommerce. |
Date |
getModifiedDate()
Generated method - Getter of the
B2BComment.modifiedDate attribute defined at extension b2bcommerce. |
AbstractOrderModel |
getOrder()
Generated method - Getter of the
B2BComment.order attribute defined at extension b2bcommerce. |
UserModel |
getOwner()
Generated method - Getter of the
Item.owner attribute defined at extension core and redeclared at extension b2bcommerce. |
void |
setCode(String value)
Generated method - Setter of
B2BComment.code attribute defined at extension b2bcommerce. |
void |
setComment(String value)
Generated method - Setter of
B2BComment.comment attribute defined at extension b2bcommerce. |
void |
setModifiedDate(Date value)
Generated method - Setter of
B2BComment.modifiedDate attribute defined at extension b2bcommerce. |
void |
setOrder(AbstractOrderModel value)
Generated method - Setter of
B2BComment.order attribute defined at extension b2bcommerce. |
void |
setOwner(ItemModel value)
Generated method - Setter of
Item.owner attribute defined at extension core and redeclared at extension b2bcommerce. |
getComments, getCreationtime, getModifiedtime, setComments, setCreationtime, setModifiedtimeequals, 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 _ABSTRACTORDER2B2BCOMMENT
AbstractOrder2B2BComment defining source attribute order in extension b2bcommerce.public static final String CODE
B2BComment.code attribute defined at extension b2bcommerce.public static final String COMMENT
B2BComment.comment attribute defined at extension b2bcommerce.public static final String MODIFIEDDATE
B2BComment.modifiedDate attribute defined at extension b2bcommerce.public static final String ORDER
B2BComment.order attribute defined at extension b2bcommerce.public B2BCommentModel()
public B2BCommentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BCommentModel(UserModel _owner)
_owner - initial attribute declared by type B2BComment at extension b2bcommerce@Accessor(qualifier="code", type=GETTER) public String getCode()
B2BComment.code attribute defined at extension b2bcommerce.@Accessor(qualifier="comment", type=GETTER) public String getComment()
B2BComment.comment attribute defined at extension b2bcommerce.@Accessor(qualifier="modifiedDate", type=GETTER) public Date getModifiedDate()
B2BComment.modifiedDate attribute defined at extension b2bcommerce.@Accessor(qualifier="order", type=GETTER) public AbstractOrderModel getOrder()
B2BComment.order attribute defined at extension b2bcommerce.@Accessor(qualifier="owner", type=GETTER) public UserModel getOwner()
Item.owner attribute defined at extension core and redeclared at extension b2bcommerce.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
B2BComment.code attribute defined at extension b2bcommerce.value - the code@Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
B2BComment.comment attribute defined at extension b2bcommerce.value - the comment@Accessor(qualifier="modifiedDate", type=SETTER) public void setModifiedDate(Date value)
B2BComment.modifiedDate attribute defined at extension b2bcommerce.value - the modifiedDate@Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
B2BComment.order attribute defined at extension b2bcommerce.value - the orderCopyright © 2017 SAP SE. All Rights Reserved.