Package org.marketcetera.admin
Interface MutableUserAttribute
-
- All Superinterfaces:
Serializable,SummaryEntityBase,UserAttribute
public interface MutableUserAttribute extends UserAttribute
Provides a mutableUserAttributeimplementation.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAttribute(String inAttribute)Set the attribute value.voidsetAttributeType(UserAttributeType inUserAttributeType)Set the user attribute type value.voidsetUser(User inUser)Set the user value.-
Methods inherited from interface org.marketcetera.persist.SummaryEntityBase
getId, getLastUpdated, getUpdateCount
-
Methods inherited from interface org.marketcetera.admin.UserAttribute
getAttribute, getAttributeType, getUser
-
-
-
-
Method Detail
-
setUser
void setUser(User inUser)
Set the user value.- Parameters:
inUser- aUservalue
-
setAttributeType
void setAttributeType(UserAttributeType inUserAttributeType)
Set the user attribute type value.- Parameters:
inUserAttributeType- aUserAttributeTypevalue
-
setAttribute
void setAttribute(String inAttribute)
Set the attribute value.- Parameters:
inAttribute- aStringvalue
-
-