com.genesyslab.ail
Interface SortableContactAttribute


public interface SortableContactAttribute

SortableContactAttribute is a container for a contact attribute and its sort status.

Note: If the DATABASE service is not available, that is, if UCS is not connected, you cannot use features associated with UCS.

See Also:
SearchContactTemplate

Method Summary
 ContactAttributeMetaData getContactAttribute()
          Returns the attribute name as ContactAttributeMetaData.
 boolean isReverse()
          Returns the boolean value associated with this attribute name.
 

Method Detail

getContactAttribute

ContactAttributeMetaData getContactAttribute()
Returns the attribute name as ContactAttributeMetaData.

Returns:
the ContactAttributeMetaData instance.

isReverse

boolean isReverse()
Returns the boolean value associated with this attribute name.

Returns:
the boolean value as boolean, true if reverse status.