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

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
equals, 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