@Entity public abstract class SearchableAttributeBase extends Object implements SearchableAttributeValue
| Modifier and Type | Field and Description |
|---|---|
protected String |
ojbConcreteClass |
| Constructor and Description |
|---|
SearchableAttributeBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentId() |
String |
getOjbConcreteClass() |
DocumentRouteHeaderValue |
getRouteHeader() |
String |
getSearchableAttributeKey() |
String |
getSearchableAttributeValueId() |
void |
setDocumentId(String documentId) |
void |
setOjbConcreteClass(String ojbConcreteClass) |
void |
setRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
setSearchableAttributeKey(String searchableAttributeKey) |
void |
setSearchableAttributeValueId(String searchableAttributeValueId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowsCaseInsensitivity, allowsRangeSearches, allowsWildcards, getAttributeDataType, getAttributeTableName, getSearchableAttributeDisplayValue, getSearchableAttributeValue, isPassesDefaultValidation, isRangeValid, setupAttributeValue, setupAttributeValue, toDocumentAttributeprotected String ojbConcreteClass
public SearchableAttributeBase()
public String getDocumentId()
getDocumentId in interface SearchableAttributeValuepublic void setDocumentId(String documentId)
setDocumentId in interface SearchableAttributeValuepublic String getSearchableAttributeValueId()
getSearchableAttributeValueId in interface SearchableAttributeValuepublic void setSearchableAttributeValueId(String searchableAttributeValueId)
setSearchableAttributeValueId in interface SearchableAttributeValuepublic String getSearchableAttributeKey()
getSearchableAttributeKey in interface SearchableAttributeValuepublic void setSearchableAttributeKey(String searchableAttributeKey)
setSearchableAttributeKey in interface SearchableAttributeValuepublic String getOjbConcreteClass()
getOjbConcreteClass in interface SearchableAttributeValuepublic void setOjbConcreteClass(String ojbConcreteClass)
setOjbConcreteClass in interface SearchableAttributeValuepublic DocumentRouteHeaderValue getRouteHeader()
getRouteHeader in interface SearchableAttributeValuepublic void setRouteHeader(DocumentRouteHeaderValue routeHeader)
setRouteHeader in interface SearchableAttributeValueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.