org.kemet.mdc
Class Identification

java.lang.Object
  extended by org.kemet.mdc.Identification
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Cadrat, Line

public class Identification
extends java.lang.Object
implements java.io.Serializable

Since:
0.1
Author:
fabricemaupin

b>identification : id attribut.

See Also:
Serialized Form

Constructor Summary
Identification()
           instantiate identification.
 
Method Summary
 long getId()
           return the id.
 void setId(long id)
           fix the id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identification

public Identification()

instantiate identification.

Since:
0.1
Method Detail

setId

public void setId(long id)

fix the id.

Parameters:
id - id to fix
Since:
0.1

getId

public long getId()

return the id.

Returns:
id
Since:
0.1


Copyright © 2008 F. MAUPIN. All Rights Reserved.