Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.domain;

/**
 * Created by jorgemachado on 15/05/17.
 */

public class BpmnFlowConnectorImpl extends BpmnFlowConnector
{
    public 1.5.0/docs/api/java/lang/Long.html">Long getFlowComponentId()
    {
        if(getFlowComponent() != null)
            return getFlowComponent().getId();
        else
            return null;
    }
}