org.norther.tammi.root.rt.util
Class StringId

java.lang.Object
  extended by org.norther.tammi.root.rt.util.VariableId<String>
      extended by org.norther.tammi.root.rt.util.StringId
All Implemented Interfaces:
Serializable

public class StringId
extends VariableId<String>

A composite string id.

Version:
$Id: StringId.java,v 1.3 2009/09/28 15:08:35 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
StringId()
          Constructs a new id.
 
Method Summary
static Class<?> getIdType()
          Gets the id type.
 
Methods inherited from class org.norther.tammi.root.rt.util.VariableId
equals, getAttribute, hashCode, setAttribute
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringId

public StringId()
Constructs a new id.

Method Detail

getIdType

public static Class<?> getIdType()
Gets the id type.

Returns:
the id type.


Copyright © 2004 The Norther Organization. All rights reserved.