Class DocClassTable

java.lang.Object
com.plusmpm.database.DocClassTable

@Deprecated(since="4.2", forRemoval=true) public class DocClassTable extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Należy używać DocumentClass
Author:
Paweł Rosolak 28 sie 2013
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    DocClassTable(String docClassName, String docClassDescription, String docClassExpiretionDate, String docClassExpiretionType, Long docClassDirectoryId, String docClassEncoding, String docClassCompressing)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Pobiera czas od aktualnej chwili ( new Date() ) do którego wazny będzie dodany dokument
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCipherAlgorithm(String cipherAlgorithm)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassCompressing(String docClassCompressing)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassDescription(String docClassDescription)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassDirectoryId(Long docClassDirectoryId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassDirectoryName(String docClassDirectoryName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassEncoding(String docClassEncoding)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassExpiretionDate(String docClassExpiretionDate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassExpiretionType(String docClassExpiretionType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassFTSServerId(Long docClassFTSServerId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassIndex(String docClassIndex)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassIndexPath(String docClassIndexPath)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassName(String docClassName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDocClassOrderId(Long docClassOrderId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setId(Long id)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setKeyLength(Long keyLength)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    UpdateDocClassTable(String docClassName, String docClassDescription, String docClassExpiretionDate, String docClassExpiretionType, Long docClassDirectoryId, String docClassEncoding, String docClassCompressing)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • DocClassTable

      public DocClassTable(String docClassName, String docClassDescription, String docClassExpiretionDate, String docClassExpiretionType, Long docClassDirectoryId, String docClassEncoding, String docClassCompressing)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DocClassTable

      public DocClassTable()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • UpdateDocClassTable

      public void UpdateDocClassTable(String docClassName, String docClassDescription, String docClassExpiretionDate, String docClassExpiretionType, Long docClassDirectoryId, String docClassEncoding, String docClassCompressing)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassCompressing

      public String getDocClassCompressing()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassCompressing

      public void setDocClassCompressing(String docClassCompressing)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassDescription

      public String getDocClassDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassDescription

      public void setDocClassDescription(String docClassDescription)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassDirectoryId

      public Long getDocClassDirectoryId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassDirectoryId

      public void setDocClassDirectoryId(Long docClassDirectoryId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassEncoding

      public String getDocClassEncoding()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassEncoding

      public void setDocClassEncoding(String docClassEncoding)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassExpiretionDate

      public String getDocClassExpiretionDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassExpiretionDate

      public void setDocClassExpiretionDate(String docClassExpiretionDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassExpiretionType

      public String getDocClassExpiretionType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassExpiretionType

      public void setDocClassExpiretionType(String docClassExpiretionType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassFTSServerId

      public Long getDocClassFTSServerId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassFTSServerId

      public void setDocClassFTSServerId(Long docClassFTSServerId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassName

      public String getDocClassName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassName

      public void setDocClassName(String docClassName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getId

      public Long getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setId

      public void setId(Long id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassDirectoryName

      public String getDocClassDirectoryName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassDirectoryName

      public void setDocClassDirectoryName(String docClassDirectoryName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCipherAlgorithm

      public String getCipherAlgorithm()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCipherAlgorithm

      public void setCipherAlgorithm(String cipherAlgorithm)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKeyLength

      public Long getKeyLength()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKeyLength

      public void setKeyLength(Long keyLength)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassOrderId

      public Long getDocClassOrderId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassOrderId

      public void setDocClassOrderId(Long docClassOrderId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassIndex

      public String getDocClassIndex()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassIndex

      public void setDocClassIndex(String docClassIndex)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocClassIndexPath

      public String getDocClassIndexPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocClassIndexPath

      public void setDocClassIndexPath(String docClassIndexPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getExpirationTime

      public Date getExpirationTime() throws ParseException, Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Pobiera czas od aktualnej chwili ( new Date() ) do którego wazny będzie dodany dokument
      Returns:
      Throws:
      ParseException
      Exception