public abstract class AbstractDataConstraint extends com.streamscape.sdo.AbstractNamedObject implements DataConstraint
Title: Framework Support Library
Description: Base class for all DataConstraint
implementations.
Copyright: Copyright (c) 2020
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the constraint.
|
void |
setDescription(java.lang.String description)
Sets the description of the constraint.
|
compareTo, equals, getName, toString
clone, getSerialVersionUID
getClass, hashCode, notify, notifyAll, wait, wait, wait
getModel, matchesValue
getName
public java.lang.String getDescription()
DataConstraint
getDescription
in interface DataConstraint
public void setDescription(java.lang.String description)
DataConstraint
setDescription
in interface DataConstraint
description
- the description to be set.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.