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

Method Summary
 String getPropertyKey()
           
 String getPropertyValue()
           
 User getUser()
           
 Long getUserPropertyId()
           
 void setPropertyKey(String propertyKey)
           
 void setPropertyValue(String propertyValue)
           
 void setUser(User user)
           
 void setUserPropertyId(Long userPropertyId)
           
 

Method Detail

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.