Subversion Repositories bacoAlunos

Rev

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

Rev 1405 Rev 1616
Line 117... Line 117...
117
    {
117
    {
118
        if(getName() != null)
118
        if(getName() != null)
119
            return getName().split(" ")[0];
119
            return getName().split(" ")[0];
120
        return getName();
120
        return getName();
121
    }
121
    }
-
 
122
 
-
 
123
    public 1.5.0/docs/api/java/lang/String.html">String getPossibleSigesCode()
-
 
124
    {
-
 
125
        if(this instanceof SigesUser)
-
 
126
        {
-
 
127
            return "" + ((SigesUser)this).getSigesCode();
-
 
128
        }
-
 
129
        else
-
 
130
            return null;
-
 
131
    }
122
}
132
}