org.jasig.portal.tools
Class SimpleLayout2ALIM.UserProfileInfo

java.lang.Object
  extended by org.jasig.portal.tools.SimpleLayout2ALIM.UserProfileInfo
Enclosing class:
SimpleLayout2ALIM

private class SimpleLayout2ALIM.UserProfileInfo
extends java.lang.Object


Field Summary
(package private)  int profileId
           
(package private)  int userId
           
 
Constructor Summary
SimpleLayout2ALIM.UserProfileInfo(int userId, int profileId)
           
 
Method Summary
 int getProfileId()
           
 int getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

int userId

profileId

int profileId
Constructor Detail

SimpleLayout2ALIM.UserProfileInfo

public SimpleLayout2ALIM.UserProfileInfo(int userId,
                                         int profileId)
Method Detail

getUserId

public int getUserId()

getProfileId

public int getProfileId()