com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper
Class DynamoDBMapperFieldModel

java.lang.Object
  extended by com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.DynamoDBMapperFieldModel

public class DynamoDBMapperFieldModel
extends java.lang.Object


Nested Class Summary
static class DynamoDBMapperFieldModel.DynamoDBAttributeType
           
 
Constructor Summary
DynamoDBMapperFieldModel(java.lang.String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
           
 
Method Summary
 java.lang.String getDynamoDBAttributeName()
          Returns the name of the DynamoDB attribute this mapped field will be stored as.
 DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()
          Returns the type of the DynamoDB attribute this mapped field will be stored as.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamoDBMapperFieldModel

public DynamoDBMapperFieldModel(java.lang.String dynamoDBAttributeName,
                                DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
                                ArgumentMarshaller argumentMarshaller)
Method Detail

getDynamoDBAttributeName

public java.lang.String getDynamoDBAttributeName()
Returns the name of the DynamoDB attribute this mapped field will be stored as.


getDynamoDBAttributeType

public DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be stored as.



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