public interface IRelatedListSort
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAscending()
element : ascending of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getColumn()
element : column of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isAscending() |
void |
setAscending(boolean ascending) |
void |
setColumn(String column) |
boolean getAscending()
boolean isAscending()
void setAscending(boolean ascending)
String getColumn()
void setColumn(String column)
Copyright © 2015. All Rights Reserved.