public interface SchedulerObject extends DescribedNamedObject
Title: Service Event Fabric Core
Description: Defines a base interface for all Scheduler objects.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Returns a name of the user that created this object.
|
java.util.Date |
getCreationTime()
Returns a timestamp indicating when the object was created.
|
java.util.Date |
getLastUpdateTime()
Returns a timestamp indicating when the object was updated last time.
|
java.util.UUID |
getOID()
Returns an unique identifier of the object.
|
java.lang.String |
getOwner()
Returns a name of the owner (user or group) of the object.
|
getDescription, setDescription, setName
getName
java.util.UUID getOID()
java.lang.String getAuthor()
java.lang.String getOwner()
java.util.Date getCreationTime()
java.util.Date getLastUpdateTime()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.