Class ReleaseDocument


  • public class ReleaseDocument
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReleaseDocument()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      java.lang.String getDdcName()  
      java.lang.String getToken()  
      java.lang.String getXhdoc()  
      void setComment​(java.lang.String comment)  
      void setDdcName​(java.lang.String ddcName)  
      void setToken​(java.lang.String token)  
      void setXhdoc​(java.lang.String xhdoc)  
      • Methods inherited from class java.lang.Object

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

      • ReleaseDocument

        public ReleaseDocument()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        Returns:
        returns String
      • setToken

        public void setToken​(java.lang.String token)
        Parameters:
        token - the value for the token property
      • getDdcName

        public java.lang.String getDdcName()
        Returns:
        returns String
      • setDdcName

        public void setDdcName​(java.lang.String ddcName)
        Parameters:
        ddcName - the value for the ddcName property
      • getXhdoc

        public java.lang.String getXhdoc()
        Returns:
        returns String
      • setXhdoc

        public void setXhdoc​(java.lang.String xhdoc)
        Parameters:
        xhdoc - the value for the xhdoc property
      • getComment

        public java.lang.String getComment()
        Returns:
        returns String
      • setComment

        public void setComment​(java.lang.String comment)
        Parameters:
        comment - the value for the comment property