com.inet.html.css
Class ClassIDGenerator.ClassID

java.lang.Object
  extended by com.inet.html.css.ClassIDGenerator.ClassID
Enclosing class:
ClassIDGenerator

public class ClassIDGenerator.ClassID
extends java.lang.Object

This class represents an artificial class ID


Constructor Summary
ClassIDGenerator.ClassID()
           
 
Method Summary
 void setId(java.lang.Integer id)
          Sets the ID of this class
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassIDGenerator.ClassID

public ClassIDGenerator.ClassID()
Method Detail

setId

public void setId(java.lang.Integer id)
Sets the ID of this class

Parameters:
id - the id, must not be null

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object