no.sesat.search.user
Interface UserProperty
- All Superinterfaces:
- Serializable
public interface UserProperty
- extends Serializable
A user property belonging to a user.
- Version:
- $Id: UserProperty.java 21 2009-03-06 10:36:40Z ssmiweve $
- Author:
- Endre Midtgård Meckelborg
getUserPropertyId
Long getUserPropertyId()
setUserPropertyId
void setUserPropertyId(Long userPropertyId)
getPropertyKey
String getPropertyKey()
setPropertyKey
void setPropertyKey(String propertyKey)
getPropertyValue
String getPropertyValue()
setPropertyValue
void setPropertyValue(String propertyValue)
getUser
User getUser()
setUser
void setUser(User user)
Copyright © 2009 Schibsted Søk AS. All Rights Reserved.