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