public class VerificationCondition extends Object
| Constructor and Description |
|---|
VerificationCondition() |
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
getConditionType() |
Long |
getDocumentClassId() |
String |
getDocumentClassName() |
Integer |
getDocumentCount() |
String |
getFileNameRegExp() |
void |
setConditionType(ConditionType conditionType) |
void |
setDocumentClassId(Long documentClassId) |
void |
setDocumentClassName(String documentClassName) |
void |
setDocumentCount(Integer documentCount) |
void |
setFileNameRegExp(String fileNameRegExp) |
public String getDocumentClassName()
public void setDocumentClassName(String documentClassName)
documentClassName - the documentClassName to setpublic Long getDocumentClassId()
public void setDocumentClassId(Long documentClassId)
documentClassId - the documentClassId to setpublic Integer getDocumentCount()
public void setDocumentCount(Integer documentCount)
documentCount - the documentCount to setpublic ConditionType getConditionType()
public void setConditionType(ConditionType conditionType)
conditionType - the conditionType to setpublic String getFileNameRegExp()
public void setFileNameRegExp(String fileNameRegExp)
fileNameRegExp - the fileNameRegExp to setCopyright © 2015 Suncode. All rights reserved.