public class ReferencedDocument extends Object implements Serializable
References a external Document.
| Modifier and Type | Field and Description |
|---|---|
protected String |
linePos |
protected String |
referenceType |
protected String |
typeCode |
| Modifier | Constructor and Description |
|---|---|
protected |
ReferencedDocument() |
|
ReferencedDocument(String identifier)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the identifier.
|
Date |
getIssued()
Gets the issue date time.
|
ReferencedDocument |
setId(String referenceDocumentIdentifier)
Sets the reference document identifier.
|
ReferencedDocument |
setIssued(Date issued)
Sets the issue date time.
|
protected String referenceType
protected ReferencedDocument()
public ReferencedDocument(String identifier)
The Constructor.
identifier - the id value of the referenced document@Comfort @NotBlank(groups=Comfort.class) public String getId()
Gets the identifier.
Order number, document number, number of customer order, delivery note numbers
public ReferencedDocument setId(String referenceDocumentIdentifier)
Sets the reference document identifier.
Order number, document number, number of customer order, delivery note numbers
referenceDocumentIdentifier - the id of the documentpublic ReferencedDocument setIssued(Date issued)
Sets the issue date time.
issued - the new issue date timeCopyright © 2014-2016 Konik.io. All Rights Reserved.