Package org.cxml

Class ProductActivityHeader


  • public class ProductActivityHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String creationDate  
      protected java.lang.String messageID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCreationDate()
      Gets the value of the creationDate property.
      java.lang.String getMessageID()
      Gets the value of the messageID property.
      void setCreationDate​(java.lang.String value)
      Sets the value of the creationDate property.
      void setMessageID​(java.lang.String value)
      Sets the value of the messageID property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • messageID

        protected java.lang.String messageID
      • creationDate

        protected java.lang.String creationDate
    • Constructor Detail

      • ProductActivityHeader

        public ProductActivityHeader()
    • 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 is String
      • 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 is String