Class SShortTextDataInstance
java.lang.Object
org.bonitasoft.engine.data.instance.model.SDataInstance
org.bonitasoft.engine.data.instance.model.SShortTextDataInstance
- All Implemented Interfaces:
Serializable,PersistentObject
- Author:
- Zhao Na, Matthieu Chaffotte
- See Also:
-
Field Summary
FieldsFields inherited from class org.bonitasoft.engine.data.instance.model.SDataInstance
CONTAINER_ID, CONTAINER_TYPE, DESCRIPTION, ID, NAME, VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetValue(Serializable value) voidvalidate()Check if the data is well formedMethods inherited from class org.bonitasoft.engine.data.instance.model.SDataInstance
getValue, isTransientData, setDataTypeClassNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Field Details
-
MAX_LENGTH
public static final int MAX_LENGTH- See Also:
-
-
Constructor Details
-
SShortTextDataInstance
-
-
Method Details
-
setValue
- Specified by:
setValuein classSDataInstance
-
validate
Description copied from class:SDataInstanceCheck if the data is well formed- Overrides:
validatein classSDataInstance- Throws:
SDataInstanceNotWellFormedException- thrown if the data is not well formed
-