com.silverpeas.workflow.api.user
Interface UserInfo

All Known Implementing Classes:
UserInfoImpl

public interface UserInfo


Method Summary
 String getId()
          For persistence in database Get this object id
 String getName()
          Get the info name
 UserSettings getUserSettings()
          Get the user settings to which this info is for
 String getValue()
          Get the info value
 

Method Detail

getId

String getId()
For persistence in database Get this object id

Returns:
this object id

getName

String getName()
Get the info name

Returns:
info name

getValue

String getValue()
Get the info value

Returns:
info value

getUserSettings

UserSettings getUserSettings()
Get the user settings to which this info is for

Returns:
user settings


Copyright © 2016 Silverpeas. All Rights Reserved.