de.greenrobot.daogenerator
Class PropertyOrderList

java.lang.Object
  extended by de.greenrobot.daogenerator.PropertyOrderList
Direct Known Subclasses:
Index

public class PropertyOrderList
extends java.lang.Object

    


Constructor Summary
PropertyOrderList()
           
 
Method Summary
 void addOrderRaw(java.lang.String order)
           
 void addProperty(Property property)
           
 void addPropertyAsc(Property property)
           
 void addPropertyDesc(Property property)
           
 java.lang.String getCommaSeparatedString()
           
 java.util.List<Property> getProperties()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyOrderList

public PropertyOrderList()
Method Detail

addProperty

public void addProperty(Property property)

addPropertyAsc

public void addPropertyAsc(Property property)

addPropertyDesc

public void addPropertyDesc(Property property)

addOrderRaw

public void addOrderRaw(java.lang.String order)

getProperties

public java.util.List<Property> getProperties()

getCommaSeparatedString

public java.lang.String getCommaSeparatedString()

isEmpty

public boolean isEmpty()


Copyright © 2011-2012 greenrobot.de. All Rights Reserved.