wt.team
Class TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory

java.lang.Object
  extended bywt.util.CollationKeyFactory
      extended bywt.team.TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
Enclosing class:
TeamTemplateCache

class TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
extends CollationKeyFactory


Field Summary
 
Fields inherited from class wt.util.CollationKeyFactory
 
Constructor Summary
TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory()
           
 
Method Summary
 String getCollationString(Object obj)
          Get a collation string for the given object.
 
Methods inherited from class wt.util.CollationKeyFactory
getKey, getLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory

public TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory()
Method Detail

getCollationString

public String getCollationString(Object obj)
Description copied from class: CollationKeyFactory
Get a collation string for the given object. It is used as the source string for the collation key. This method returns obj.toString(). Subclasses should override to produce the desired collation string.

Supported API: true

Overrides:
getCollationString in class CollationKeyFactory
Parameters:
obj - the object
Returns:
string collation key source string