BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class UnifiedProfileType

java.lang.Object
  |
  +--com.beasys.commerce.axiom.contact.UnifiedProfileType

public class UnifiedProfileType
extends java.lang.Object
implements java.io.Serializable

Representation of a Unified profile type, and its attributes. A Unified Profile Type is an extension of the provided User entity bean that can provide explicit properties, and use its own bean-managed persistence to access any datasource to set and retrieve these properties. These explicit properties can then be accessed transparently in the same way that the implicit properties tracked by the personalization server are accessed.

Please refer to the personalization server documentation for details on creating and using Unified Profile Types.

See Also:
Serialized Form

Constructor Summary
UnifiedProfileType()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the class of this profile type.
 java.lang.String getHome()
          Returns the home to look for this profile type.
 java.lang.String getJndiName()
          Returns the name to use to lookup this profile type.
 java.lang.String getPk()
          Returns the class of this profile type's pk.
 java.lang.String getSuccessor()
          Returns the type name of this profile type's successor.
 java.lang.String getTypeName()
          Returns the name of this profile type.
 void setClassName(java.lang.String s)
          Sets the class of this profile type.
 void setHome(java.lang.String s)
          Sets the home to look for this profile type.
 void setJndiName(java.lang.String s)
          Sets the name to use to lookup this profile type.
 void setPk(java.lang.String s)
          Sets the class of this profile type's pk.
 void setSuccessor(java.lang.String s)
          Sets the type name of this profile type's successor.
 void setTypeName(java.lang.String s)
          Sets the name of this profile type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnifiedProfileType

public UnifiedProfileType()
Method Detail

setTypeName

public void setTypeName(java.lang.String s)
Sets the name of this profile type.
Parameters:
s - the name of this profile type

getTypeName

public java.lang.String getTypeName()
Returns the name of this profile type.
Returns:
the name of this profile type

setClassName

public void setClassName(java.lang.String s)
Sets the class of this profile type.
Parameters:
s - the class of this profile type

getClassName

public java.lang.String getClassName()
Returns the class of this profile type.
Returns:
the class of this profile type

setHome

public void setHome(java.lang.String s)
Sets the home to look for this profile type.
Parameters:
s - the home to look for this profile type

getHome

public java.lang.String getHome()
Returns the home to look for this profile type.
Returns:
the home to look for this profile type

setPk

public void setPk(java.lang.String s)
Sets the class of this profile type's pk.
Parameters:
s - the class of this profile type's pk

getPk

public java.lang.String getPk()
Returns the class of this profile type's pk.
Returns:
the class of this profile type's pk

setJndiName

public void setJndiName(java.lang.String s)
Sets the name to use to lookup this profile type.
Parameters:
s - the name to use to lookup this profile type

getJndiName

public java.lang.String getJndiName()
Returns the name to use to lookup this profile type.
Returns:
the name to use to lookup this profile type

setSuccessor

public void setSuccessor(java.lang.String s)
Sets the type name of this profile type's successor.
Parameters:
s - the type name of this profile type's successor

getSuccessor

public java.lang.String getSuccessor()
Returns the type name of this profile type's successor.
Returns:
the type name of this profile type's successor

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved