es.cesar.quitesleep.ddbb
Class Banned

java.lang.Object
  extended by es.cesar.quitesleep.ddbb.Id
      extended by es.cesar.quitesleep.ddbb.Banned
All Implemented Interfaces:
java.io.Serializable

public class Banned
extends Id

Author:
Cesar Valiente Gordo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class es.cesar.quitesleep.ddbb.Id
id
 
Constructor Summary
Banned()
          Constructor without parameters
Banned(Contact contact, Schedule schedule)
          Contacts with all parameters
 
Method Summary
 Contact getContact()
           
 Schedule getSchedule()
           
 void setContact(Contact contact)
           
 void setSchedule(Schedule schedule)
           
 java.lang.String toString()
           
 
Methods inherited from class es.cesar.quitesleep.ddbb.Id
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Banned

public Banned()
Constructor without parameters


Banned

public Banned(Contact contact,
              Schedule schedule)
Contacts with all parameters

Parameters:
contact -
schedule -
Method Detail

getContact

public Contact getContact()

setContact

public void setContact(Contact contact)

getSchedule

public Schedule getSchedule()

setSchedule

public void setSchedule(Schedule schedule)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object