es.cesar.quitesleep.ddbb
Class Id

java.lang.Object
  extended by es.cesar.quitesleep.ddbb.Id
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Banned, BlockCallsConf, CallLog, Contact, Mail, MuteOrHangUp, Phone, Schedule, Settings

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

Author:
Cesar Valiente Gordo
See Also:
Serialized Form

Field Summary
protected  java.lang.String id
           
 
Constructor Summary
Id()
          Constructor that create an unique Identificator Id for any object in the DDBB.
 
Method Summary
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id
Constructor Detail

Id

public Id()
Constructor that create an unique Identificator Id for any object in the DDBB.

Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)