com.ibm.task.api
Interface KeyAttributes
All Superinterfaces:
java.io.Serializable
- public interface KeyAttributes
- extends java.io.Serializable
A key attribute is part of an entity which is returned as a result of a query against a query table.
Since:
7.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getKeyAttributeInfo()
Returns information about the key attributes.
|
|
getValues()
Returns the values of the key attributes.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getValues
- java.io.Serializable[] getValues( )
Returns the values of the key attributes.
Returns:
Serializable[] - the values of the key attributes.
getKeyAttributeInfo
- java.util.List getKeyAttributeInfo( )
Returns information about the key attributes.
Returns:
List - a list of
AttributeInfo
objects describing the key attributes.