public class DocumentStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
exist
If the document exists.
|
protected java.lang.String |
stamp
Document stamp.
|
protected java.lang.String |
uri
Document URI.
|
Constructor and Description |
---|
DocumentStatus()
Base constructor which initializes an empty document status.
|
DocumentStatus(java.lang.String uri,
java.lang.String stamp,
boolean exist)
Constructor specifying the status content.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStamp()
Gets the document stamp.
|
java.lang.String |
getUri()
Gets the document URI.
|
boolean |
isExist()
Get the value of the exist flag.
|
protected void |
setExist(boolean exist)
Sets the value of the exist flag.
|
protected void |
setStamp(java.lang.String stamp)
Sets the value of the stamp.
|
protected void |
setUri(java.lang.String uri)
Sets the value of the document URI.
|
protected java.lang.String uri
protected java.lang.String stamp
protected boolean exist
public DocumentStatus()
public DocumentStatus(java.lang.String uri, java.lang.String stamp, boolean exist)
uri
- the document URI.stamp
- the document stamp.exist
- if the document exists.public boolean isExist()
true
if the document exists, false
otherwise.protected void setExist(boolean exist)
exist
- the value to set.public java.lang.String getStamp()
protected void setStamp(java.lang.String stamp)
stamp
- the value of the stamp to set.public java.lang.String getUri()
protected void setUri(java.lang.String uri)
uri
- the value of the URI to set.Copyright © 2021 Dassault Systèmes, All Rights Reserved.