Class B2BCommentData
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.order.data.B2BCommentData
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="6.3", forRemoval=true) public class B2BCommentData extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.UseCommentDatainstead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description B2BCommentData()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCode()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetComment()Deprecated, for removal: This API element is subject to removal in a future version.PrincipalDatagetOwnerData()Deprecated, for removal: This API element is subject to removal in a future version.java.util.DategetTimeStamp()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.voidsetComment(java.lang.String comment)Deprecated, for removal: This API element is subject to removal in a future version.voidsetOwnerData(PrincipalData ownerData)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTimeStamp(java.util.Date timeStamp)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setComment
public void setComment(java.lang.String comment)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getComment
public java.lang.String getComment()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCode
public void setCode(java.lang.String code)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCode
public java.lang.String getCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTimeStamp
public void setTimeStamp(java.util.Date timeStamp)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTimeStamp
public java.util.Date getTimeStamp()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setOwnerData
public void setOwnerData(PrincipalData ownerData)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getOwnerData
public PrincipalData getOwnerData()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-