com.basho.riak.client.convert
Class UsermetaField

java.lang.Object
  extended by com.basho.riak.client.convert.UsermetaField

public class UsermetaField
extends Object

Convenience wrapper for a String field that is annotated with RiakUsermeta

Author:
russell

Constructor Summary
UsermetaField(Field field)
          The field that is to be wrapped
 
Method Summary
 Field getField()
           
 String getUsermetaDataKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsermetaField

public UsermetaField(Field field)
The field that is to be wrapped

Parameters:
field -
Method Detail

getField

public Field getField()
Returns:
the field

getUsermetaDataKey

public String getUsermetaDataKey()
Returns:
the usermetaDataKey


Copyright © 2012. All Rights Reserved.