Package org.cxml
Class ProductActivityHeader
- java.lang.Object
-
- org.cxml.ProductActivityHeader
-
public class ProductActivityHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcreationDateprotected java.lang.StringmessageID
-
Constructor Summary
Constructors Constructor Description ProductActivityHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCreationDate()Gets the value of the creationDate property.java.lang.StringgetMessageID()Gets the value of the messageID property.voidsetCreationDate(java.lang.String value)Sets the value of the creationDate property.voidsetMessageID(java.lang.String value)Sets the value of the messageID property.
-
-
-
Method Detail
-
getMessageID
public java.lang.String getMessageID()
Gets the value of the messageID property.- Returns:
- possible object is
String
-
setMessageID
public void setMessageID(java.lang.String value)
Sets the value of the messageID property.- Parameters:
value- allowed object isString
-
getCreationDate
public java.lang.String getCreationDate()
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
public void setCreationDate(java.lang.String value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
-