@Entity public class JpaRepositoryTransition extends java.lang.Object implements RepositoryTransition
Constructor and Description |
---|
JpaRepositoryTransition()
Instantiates a new jpa repository transition.
|
JpaRepositoryTransition(java.lang.String source,
java.lang.String target,
java.lang.String event)
Instantiates a new jpa repository transition.
|
JpaRepositoryTransition(java.lang.String machineId,
java.lang.String source,
java.lang.String target,
java.lang.String event)
Instantiates a new jpa repository transition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEvent()
Gets the event.
|
java.lang.String |
getMachineId()
Gets the machine id.
|
java.lang.String |
getSource()
Gets the source.
|
java.lang.String |
getTarget()
Gets the target.
|
void |
setEvent(java.lang.String event) |
void |
setMachineId(java.lang.String machineId) |
void |
setSource(java.lang.String source) |
void |
setTarget(java.lang.String target) |
public JpaRepositoryTransition()
public JpaRepositoryTransition(java.lang.String source, java.lang.String target, java.lang.String event)
source
- the sourcetarget
- the targetevent
- the eventpublic JpaRepositoryTransition(java.lang.String machineId, java.lang.String source, java.lang.String target, java.lang.String event)
machineId
- the machine idsource
- the sourcetarget
- the targetevent
- the eventpublic java.lang.String getMachineId()
RepositoryTransition
getMachineId
in interface RepositoryTransition
public void setMachineId(java.lang.String machineId)
public java.lang.String getSource()
RepositoryTransition
getSource
in interface RepositoryTransition
public void setSource(java.lang.String source)
public java.lang.String getTarget()
RepositoryTransition
getTarget
in interface RepositoryTransition
public void setTarget(java.lang.String target)
public java.lang.String getEvent()
RepositoryTransition
getEvent
in interface RepositoryTransition
public void setEvent(java.lang.String event)