Package org.marketcetera.admin.impl
Class SimpleUserAttributeFactory
- java.lang.Object
-
- org.marketcetera.admin.impl.SimpleUserAttributeFactory
-
- All Implemented Interfaces:
UserAttributeFactory
public class SimpleUserAttributeFactory extends Object implements UserAttributeFactory
ConstructsSimpleUserAttributeobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Constructor Summary
Constructors Constructor Description SimpleUserAttributeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleUserAttributecreate(UserAttribute inUserAttribute)Create aUserAttributeobject from the given value.SimpleUserAttributecreate(User inUser, UserAttributeType inType, String inAttribute)Create aUserAttributeobject with the given attributes.
-
-
-
Method Detail
-
create
public SimpleUserAttribute create(User inUser, UserAttributeType inType, String inAttribute)
Description copied from interface:UserAttributeFactoryCreate aUserAttributeobject with the given attributes.- Specified by:
createin interfaceUserAttributeFactory- Parameters:
inUser- aUservalueinType- aUserAttributeTypevalueinAttribute- aStringvalue- Returns:
- a
UserAttributevalue
-
create
public SimpleUserAttribute create(UserAttribute inUserAttribute)
Description copied from interface:UserAttributeFactoryCreate aUserAttributeobject from the given value.- Specified by:
createin interfaceUserAttributeFactory- Parameters:
inUserAttribute- aUserAttributevalue- Returns:
- a
UserAttributevalue
-
-