public abstract class IndexBean extends AdsBaseBean
Modifier | Constructor and Description |
---|---|
protected |
IndexBean()
Create a new IndexBean instance
|
Modifier and Type | Method and Description |
---|---|
String |
getIndexAttributeId() |
boolean |
getIndexHasReverse() |
void |
setIndexAttributeId(String indexAttributeId) |
void |
setIndexHasReverse(boolean indexHasReverse) |
String |
toString() |
String |
toString(String tabs) |
getDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toString
protected IndexBean()
public String getIndexAttributeId()
public void setIndexAttributeId(String indexAttributeId)
indexAttributeId
- the indexAttributeId to setpublic void setIndexHasReverse(boolean indexHasReverse)
indexHasReverse
- the indexHasReverse to setpublic boolean getIndexHasReverse()
public String toString(String tabs)
toString
in class AdsBaseBean
public String toString()
toString
in class AdsBaseBean
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.