public interface DescribedNamedObject extends NamedObject
Title: Structured Data Objects
Description: Defines an object that has a name and a description.
Copyright: Copyright (c) 2022
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the object.
|
void |
setDescription(java.lang.String description)
Sets the specified description of the object.
|
void |
setName(java.lang.String name)
Sets the specified object name.
|
getName
void setName(java.lang.String name) throws SchedulerException
name
- the name to be set.SchedulerException
- if the name has wrong format.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the value to be set.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.