public class ReleaseDocument extends Object
Constructor and Description |
---|
ReleaseDocument() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDdcName() |
int |
getToken() |
String |
getXhdoc() |
void |
setComment(String comment) |
void |
setDdcName(String ddcName) |
void |
setToken(int token) |
void |
setXhdoc(String xhdoc) |
public int getToken()
public void setToken(int token)
token
- the value for the token propertypublic String getDdcName()
public void setDdcName(String ddcName)
ddcName
- the value for the ddcName propertypublic String getXhdoc()
public void setXhdoc(String xhdoc)
xhdoc
- the value for the xhdoc propertypublic String getComment()
public void setComment(String comment)
comment
- the value for the comment propertyCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.