Module org.apache.openmeetings.db
Class RemoteSessionObject
java.lang.Object
org.apache.openmeetings.db.entity.server.RemoteSessionObject
This Class is marshaled as JSON-Object and stored as a String in the DB to
 make it more easy to extend it
- Author:
- sebastianwagner
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RemoteSessionObjectfromString(String s) getEmail()voidvoidsetExternalId(String externalId) voidsetExternalType(String externalType) voidsetFirstname(String firstname) voidsetLastname(String lastname) voidsetPictureUrl(String pictureUrl) voidsetUsername(String username) toString()
- 
Constructor Details- 
RemoteSessionObjectpublic RemoteSessionObject()
- 
RemoteSessionObject- Parameters:
- user- -- ExternalUserDTOobject 06.09.2009 17:05:48 sebastianwagner
 
 
- 
- 
Method Details