| Package | Description |
|---|---|
| com.docdoku.core.common |
Provides common classes that may be used in all packages.
|
| com.docdoku.core.document |
Classes for managing documents.
|
| com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
| com.docdoku.core.product |
Classes for managing products.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.clone()
perform a deep clone operation
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version pVersion) |
| Constructor and Description |
|---|
DocumentRevision(DocumentMaster pDocumentMaster,
Version pVersion,
User pAuthor) |
| Constructor and Description |
|---|
DocumentRevisionNotFoundException(Locale pLocale,
String pDocMID,
Version pDocRVersion) |
PartIterationNotFoundException(Locale pLocale,
String pPartMNumber,
Version pPartRVersion,
int pPartIIteration) |
PartRevisionNotFoundException(Locale pLocale,
String pPartMNumber,
Version pPartRVersion) |
| Constructor and Description |
|---|
PartRevision(PartMaster pPartMaster,
Version pVersion,
User pAuthor) |
Copyright © 2017 DocDoku. All rights reserved.