Package rs.frenjoynet.core.core.entity.db

Examples of rs.frenjoynet.core.core.entity.db.Information


    activeSession.setEmail(login);
    activeSession.setWebSessionUid(webSessionUid);
    activeSession.setGuid(guid);
    activeSession.setLoginKind(loginKind);

    Information inf = new Information();
    inf.setFirstName("Firstname["+login+"]");
    inf.setLastName("lastname["+password+"]");
    activeSession.setInformation(inf);

    setActiveSession(activeSession);

    return activeSession;
View Full Code Here

TOP

Related Classes of rs.frenjoynet.core.core.entity.db.Information

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.