Subversion Repositories bacoAlunos

Rev

Rev 1782 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1782 Rev 1785
Line 18... Line 18...
18
    }
18
    }
19
 
19
 
20
 
20
 
21
    public void setFlowComponentId(1.5.0/docs/api/java/lang/Long.html">Long id)
21
    public void setFlowComponentId(1.5.0/docs/api/java/lang/Long.html">Long id)
22
    {
22
    {
-
 
23
        if(id != null)
-
 
24
        {
23
        setFlowComponent(new BpmnFlowComponentImpl());
25
            setFlowComponent(new BpmnFlowComponentImpl());
24
        getFlowComponent().setId(id);
26
            getFlowComponent().setId(id);
-
 
27
        }
25
    }
28
    }
26
 
29
 
27
    @1.5.0/docs/api/java/lang/Override.html">Override
30
    @1.5.0/docs/api/java/lang/Override.html">Override
28
    public List<String> getJsonExcludedProperties() {
31
    public List<String> getJsonExcludedProperties() {
29
        //Metodo chamado pelo DomainObject para serializações genericas
32
        //Metodo chamado pelo DomainObject para serializações genericas