Subversion Repositories bacoAlunos

Rev

Rev 1827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1827 Rev 1830
Line 1417... Line 1417...
1417
 
1417
 
1418
        return -1;
1418
        return -1;
1419
 
1419
 
1420
    }
1420
    }
1421
 
1421
 
-
 
1422
    public 1.5.0/docs/api/java/lang/String.html">String getSemestreAbsolutoS1S2()
-
 
1423
    {
-
 
1424
        1.5.0/docs/api/java/lang/String.html">String id = getSemestre();
-
 
1425
        if(id.equals("S1"))
-
 
1426
            return "S1";
-
 
1427
        else if(id.equals("S2"))
-
 
1428
            return "S2";
-
 
1429
        else if(id.equals("A"))
-
 
1430
            return "S2";
-
 
1431
 
-
 
1432
        else if(id.equals("T1"))
-
 
1433
            return "S1";
-
 
1434
        else if(id.equals("T2"))
-
 
1435
            return "S1";
-
 
1436
        else if(id.equals("T3"))
-
 
1437
            return "S2";
-
 
1438
        else if(id.equals("T4"))
-
 
1439
            return "S2";
-
 
1440
        return "S2";
-
 
1441
 
-
 
1442
    }
-
 
1443
 
1422
 
1444
 
1423
}
1445
}