com.plumtree.remote.profile
Class UserPropertyInfo

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.profile.UserPropertyInfo

public class UserPropertyInfo
extends NamedValueMap

A NamedValueMap specifically for storing user information properties from a profile service. Note: When providing values for date properties, the value should be in the format MM/dd/yy HH:mm:ss PM. For example, 10/25/04 12:53:30 PM.


Constructor Summary
UserPropertyInfo()
          Default constructor.
UserPropertyInfo(NamedValue[] nvArray)
          Constructor with an input NamedValue array.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserPropertyInfo

public UserPropertyInfo()
Default constructor.


UserPropertyInfo

public UserPropertyInfo(NamedValue[] nvArray)
Constructor with an input NamedValue array.

Parameters:
nvArray - the initial array of NamedValues for this map


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.