Package org.jumpmind.db.model
Class PlatformTrigger
java.lang.Object
org.jumpmind.db.model.PlatformTrigger
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
void
setFunction
(Function function) void
void
setTriggerText
(String triggerText)
-
Constructor Details
-
PlatformTrigger
public PlatformTrigger() -
PlatformTrigger
-
-
Method Details
-
getName
-
setName
-
getTriggerText
-
setTriggerText
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getFunction
-
setFunction
-