org.droidparts.test.model
Class Primitives

java.lang.Object
  extended by org.droidparts.model.Model
      extended by org.droidparts.model.Entity
          extended by org.droidparts.test.model.Primitives
All Implemented Interfaces:
Serializable

public class Primitives
extends Entity

See Also:
Serialized Form

Nested Class Summary
static class Primitives.En
           
 
Field Summary
 boolean boolean1
           
 boolean boolean2
           
 boolean boolean3
           
 boolean boolean4
           
 Date date
           
 ArrayList<Date> dates
           
 HashSet<Double> doubleSet
           
 Primitives.En en
           
 Primitives.En[] enArr
           
 float float1
           
 float float2
           
 int int1
           
 int int2
           
 int[] intArr
           
 String[] strArr
           
 String string1
           
 ArrayList<String> strList
           
 
Fields inherited from class org.droidparts.model.Entity
id
 
Constructor Summary
Primitives()
           
 
Method Summary
 
Methods inherited from class org.droidparts.model.Entity
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

int1

public int int1

int2

public int int2

float1

public float float1

float2

public float float2

boolean1

public boolean boolean1

boolean2

public boolean boolean2

boolean3

public boolean boolean3

boolean4

public boolean boolean4

string1

public String string1

en

public Primitives.En en

enArr

public Primitives.En[] enArr

date

public Date date

dates

public final ArrayList<Date> dates

strArr

public String[] strArr

intArr

public int[] intArr

strList

public ArrayList<String> strList

doubleSet

public HashSet<Double> doubleSet
Constructor Detail

Primitives

public Primitives()


Copyright © 2011-2013. All Rights Reserved.