public class PropertyOrderList
extends java.lang.Object
Constructor and Description |
---|
PropertyOrderList() |
Modifier and Type | Method and Description |
---|---|
void |
addOrderRaw(java.lang.String order) |
void |
addProperty(Property property) |
void |
addPropertyAsc(Property property) |
void |
addPropertyDesc(Property property) |
java.lang.String |
getCommaSeparatedString(java.lang.String tablePrefixOrNull) |
java.util.List<Property> |
getProperties() |
boolean |
isEmpty() |
public void addProperty(Property property)
public void addPropertyAsc(Property property)
public void addPropertyDesc(Property property)
public void addOrderRaw(java.lang.String order)
public java.util.List<Property> getProperties()
public java.lang.String getCommaSeparatedString(java.lang.String tablePrefixOrNull)
public boolean isEmpty()
Available under the GPLv3 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.