Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.tagging.model
Interface User


public interface User

A user represents a distinct user that has bookmarked resources.

Since:
11.1.1.0.0

Method Summary
 int getScalarValue()
          Return the user's scalarValue; scalar value could mean different things depending on the method that returns this User.
 java.lang.String getUserId()
          Return this user's userId
 void setScalarValue(int scalarValue)
           

 

Method Detail

getUserId

java.lang.String getUserId()
Return this user's userId
Returns:
this user's userId

getScalarValue

int getScalarValue()
Return the user's scalarValue; scalar value could mean different things depending on the method that returns this User.
Returns:
the user's scalar value

setScalarValue

void setScalarValue(int scalarValue)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.