com.amazonaws.services.dynamodb.datamodeling
Class KeyPair

java.lang.Object
  extended by com.amazonaws.services.dynamodb.datamodeling.KeyPair

public class KeyPair
extends Object


Constructor Summary
KeyPair()
           
 
Method Summary
 Object getHashKey()
           
 Object getRangeKey()
           
 void setHashKey(Object hashKey)
           
 void setRangeKey(Object rangeKey)
           
 KeyPair withHashKey(Object hashkey)
           
 KeyPair withRangeKey(Object rangeKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPair

public KeyPair()
Method Detail

withHashKey

public KeyPair withHashKey(Object hashkey)

withRangeKey

public KeyPair withRangeKey(Object rangeKey)

setHashKey

public void setHashKey(Object hashKey)

setRangeKey

public void setRangeKey(Object rangeKey)

getHashKey

public Object getHashKey()

getRangeKey

public Object getRangeKey()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.