Package com.openkm.sdk4j.bean
Class PromoteAsRecordEvaluation
- java.lang.Object
-
- com.openkm.sdk4j.bean.PromoteAsRecordEvaluation
-
- All Implemented Interfaces:
Serializable
public class PromoteAsRecordEvaluation extends Object implements Serializable
- Author:
- jllort
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PromoteAsRecordEvaluation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(Map<String,List<ValidationError>> errors)List<ValidationError>getErrorList()Map<String,List<ValidationError>>getErrors()booleanisCanBePromoted()voidsetCanBePromoted(boolean canBePromoted)voidsetErrors(Map<String,List<ValidationError>> errors)StringtoString()
-
-
-
Method Detail
-
getErrors
public Map<String,List<ValidationError>> getErrors()
-
getErrorList
public List<ValidationError> getErrorList()
-
addAll
public void addAll(Map<String,List<ValidationError>> errors)
-
setErrors
public void setErrors(Map<String,List<ValidationError>> errors)
-
isCanBePromoted
public boolean isCanBePromoted()
-
setCanBePromoted
public void setCanBePromoted(boolean canBePromoted)
-
-