Package com.openkm.sdk4j.bean
Class PromoteAsRecordEvaluationRest
- java.lang.Object
-
- com.openkm.sdk4j.bean.PromoteAsRecordEvaluationRest
-
- All Implemented Interfaces:
Serializable
public class PromoteAsRecordEvaluationRest extends Object implements Serializable
- Author:
- jllort
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_GENERAL
-
Constructor Summary
Constructors Constructor Description PromoteAsRecordEvaluationRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Error>getErrorList()booleanisCanBePromoted()voidsetCanBePromoted(boolean canBePromoted)voidsetErrorList(List<Error> errorList)StringtoString()
-
-
-
Field Detail
-
KEY_GENERAL
public static final String KEY_GENERAL
- See Also:
- Constant Field Values
-
-