Class AllocatedDocumentVO

    • Constructor Detail

      • AllocatedDocumentVO

        public AllocatedDocumentVO​(long companyId,
                                   int sourceDocument,
                                   int sourceVersion,
                                   int destinationDocument)
    • Method Detail

      • getCompanyId

        public long getCompanyId()
      • getSourceDocument

        public int getSourceDocument()
      • getSourceVersion

        public int getSourceVersion()
      • getDestinationDocument

        public int getDestinationDocument()
      • getColleagueId

        public String getColleagueId()
      • setColleagueId

        public void setColleagueId​(String colleagueId)
      • getCheckoutDate

        public Date getCheckoutDate()
      • setCheckoutDate

        public void setCheckoutDate​(Date checkoutDate)
      • getCheckoutTime

        public String getCheckoutTime()
      • setCheckoutTime

        public void setCheckoutTime​(String checkoutTime)
      • getCheckinDate

        public Date getCheckinDate()
      • setCheckinDate

        public void setCheckinDate​(Date checkinDate)
      • getCheckinTime

        public String getCheckinTime()
      • setCheckinTime

        public void setCheckinTime​(String checkinTime)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getActive

        public Boolean getActive()
      • setActive

        public void setActive​(Boolean active)
      • getCheckoutAllowed

        public Boolean getCheckoutAllowed()
      • setCheckoutAllowed

        public void setCheckoutAllowed​(Boolean checkoutAllowed)
      • getColleagueName

        public String getColleagueName()
      • setColleagueName

        public void setColleagueName​(String colleagueName)