Subversion Repositories bacoAlunos

Rev

Rev 1755 | Rev 1782 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1755 jmachado 1
package pt.estgp.estgweb.domain;
2
 
3
/**
4
 * Created by jorgemachado on 15/05/17.
5
 */
1781 jmachado 6
public class BpmnFlowConnectorImpl extends BpmnFlowConnector
7
{
8
    public 1.5.0/docs/api/java/lang/Long.html">Long getFlowComponentId()
9
    {
10
        if(getFlowComponent() != null)
11
            return getFlowComponent().getId();
12
        else
13
            return null;
14
    }
1755 jmachado 15
}