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

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

public class IntegerId
extends VariableId<Integer>

A composite integer id.

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

Constructor Summary
IntegerId()
          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

IntegerId

public IntegerId()
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.