public static final class OrderByField.Builder extends Object implements ModelBuilder, Serializable
Modifier and Type | Method and Description |
---|---|
OrderByField |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static OrderByField.Builder |
create() |
static OrderByField.Builder |
create(String fieldName,
OrderDirection orderDirection) |
String |
getFieldName() |
OrderDirection |
getOrderDirection() |
void |
setFieldName(String fieldName) |
void |
setOrderDirection(OrderDirection orderDirection) |
public static OrderByField.Builder create()
public static OrderByField.Builder create(String fieldName, OrderDirection orderDirection)
public OrderDirection getOrderDirection()
public void setOrderDirection(OrderDirection orderDirection)
public String getFieldName()
public void setFieldName(String fieldName)
public OrderByField build()
ModelBuilder
build
in interface ModelBuilder
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.