com.plumtree.remote.profile
Class ProfileInfo

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

public class ProfileInfo
extends NamedValueMap

A NamedValueMap specifically for storing information about administrative configuration settings for a profile service. Note that 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
ProfileInfo()
          Default constructor
ProfileInfo(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

ProfileInfo

public ProfileInfo()
Default constructor


ProfileInfo

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

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


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.