public class

TestCompositeType

extends Object
java.lang.Object
   ↳ com.netflix.astyanax.test.TestCompositeType

Summary

Public Constructors
TestCompositeType()
TestCompositeType(String part1, Integer part2, Integer part3, boolean boolPart, String utf8StringPart)
Public Methods
boolean getBoolPart()
int getIntPart1()
int getIntPart2()
String getStringPart()
String getUtf8StringPart()
TestCompositeType setBoolPart(boolean boolPart)
TestCompositeType setIntPart1(int value)
TestCompositeType setIntPart2(int value)
TestCompositeType setStringPart(String part)
TestCompositeType setUtf8StringPart(String str)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestCompositeType ()

public TestCompositeType (String part1, Integer part2, Integer part3, boolean boolPart, String utf8StringPart)

Public Methods

public boolean getBoolPart ()

public int getIntPart1 ()

public int getIntPart2 ()

public String getStringPart ()

public String getUtf8StringPart ()

public TestCompositeType setBoolPart (boolean boolPart)

public TestCompositeType setIntPart1 (int value)

public TestCompositeType setIntPart2 (int value)

public TestCompositeType setStringPart (String part)

public TestCompositeType setUtf8StringPart (String str)

public String toString ()