Package org.kuali.rice.kew.docsearch
Class SearchableAttributeBase
java.lang.Object
org.kuali.rice.kew.docsearch.SearchableAttributeBase
- All Implemented Interfaces:
SearchableAttributeValue
- Direct Known Subclasses:
SearchableAttributeDateTimeValue,SearchableAttributeNumericBase,SearchableAttributeStringValue
@Entity
public abstract class SearchableAttributeBase
extends Object
implements SearchableAttributeValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDocumentId(String documentId) voidsetOjbConcreteClass(String ojbConcreteClass) voidsetRouteHeader(DocumentRouteHeaderValue routeHeader) voidsetSearchableAttributeKey(String searchableAttributeKey) voidsetSearchableAttributeValueId(String searchableAttributeValueId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kew.docsearch.SearchableAttributeValue
allowsCaseInsensitivity, allowsRangeSearches, allowsWildcards, getAttributeDataType, getAttributeTableName, getSearchableAttributeDisplayValue, getSearchableAttributeValue, isPassesDefaultValidation, isRangeValid, setupAttributeValue, setupAttributeValue, toDocumentAttribute
-
Field Details
-
ojbConcreteClass
-
-
Constructor Details
-
SearchableAttributeBase
public SearchableAttributeBase()
-
-
Method Details
-
getDocumentId
- Specified by:
getDocumentIdin interfaceSearchableAttributeValue
-
setDocumentId
- Specified by:
setDocumentIdin interfaceSearchableAttributeValue
-
getSearchableAttributeValueId
- Specified by:
getSearchableAttributeValueIdin interfaceSearchableAttributeValue
-
setSearchableAttributeValueId
- Specified by:
setSearchableAttributeValueIdin interfaceSearchableAttributeValue
-
getSearchableAttributeKey
- Specified by:
getSearchableAttributeKeyin interfaceSearchableAttributeValue
-
setSearchableAttributeKey
- Specified by:
setSearchableAttributeKeyin interfaceSearchableAttributeValue
-
getOjbConcreteClass
- Specified by:
getOjbConcreteClassin interfaceSearchableAttributeValue
-
setOjbConcreteClass
- Specified by:
setOjbConcreteClassin interfaceSearchableAttributeValue
-
getRouteHeader
- Specified by:
getRouteHeaderin interfaceSearchableAttributeValue
-
setRouteHeader
- Specified by:
setRouteHeaderin interfaceSearchableAttributeValue
-