Package com.microstrategy.web.objects
Class WebContactSearchOrderInfoImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebContactSearchOrderInfoImpl
-
- All Implemented Interfaces:
WebContactSearchOrderInfo
public class WebContactSearchOrderInfoImpl extends java.lang.Object implements WebContactSearchOrderInfo
-
-
Constructor Summary
Constructors Constructor Description WebContactSearchOrderInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrderByField()
int
getOrderType()
void
setOrderByField(int orderByField)
void
setOrderType(int orderType)
-
-
-
Method Detail
-
getOrderByField
public int getOrderByField()
- Specified by:
getOrderByField
in interfaceWebContactSearchOrderInfo
-
getOrderType
public int getOrderType()
- Specified by:
getOrderType
in interfaceWebContactSearchOrderInfo
-
setOrderByField
public void setOrderByField(int orderByField)
- Specified by:
setOrderByField
in interfaceWebContactSearchOrderInfo
-
setOrderType
public void setOrderType(int orderType)
- Specified by:
setOrderType
in interfaceWebContactSearchOrderInfo
-
-