@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, wait
allowsCaseInsensitivity, allowsRangeSearches, allowsWildcards, getAttributeDataType, getAttributeTableName, getSearchableAttributeDisplayValue, getSearchableAttributeValue, isPassesDefaultValidation, isRangeValid, setupAttributeValue, setupAttributeValue, toDocumentAttribute
protected String ojbConcreteClass
public SearchableAttributeBase()
public String getDocumentId()
getDocumentId
in interface SearchableAttributeValue
public void setDocumentId(String documentId)
setDocumentId
in interface SearchableAttributeValue
public String getSearchableAttributeValueId()
getSearchableAttributeValueId
in interface SearchableAttributeValue
public void setSearchableAttributeValueId(String searchableAttributeValueId)
setSearchableAttributeValueId
in interface SearchableAttributeValue
public String getSearchableAttributeKey()
getSearchableAttributeKey
in interface SearchableAttributeValue
public void setSearchableAttributeKey(String searchableAttributeKey)
setSearchableAttributeKey
in interface SearchableAttributeValue
public String getOjbConcreteClass()
getOjbConcreteClass
in interface SearchableAttributeValue
public void setOjbConcreteClass(String ojbConcreteClass)
setOjbConcreteClass
in interface SearchableAttributeValue
public DocumentRouteHeaderValue getRouteHeader()
getRouteHeader
in interface SearchableAttributeValue
public void setRouteHeader(DocumentRouteHeaderValue routeHeader)
setRouteHeader
in interface SearchableAttributeValue
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.