org.fourthline.cling.support.model
Class Person

java.lang.Object
  extended by org.fourthline.cling.support.model.Person
Direct Known Subclasses:
PersonWithRole

public class Person
extends Object

Author:
Christian Bauer

Constructor Summary
Person(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Person

public Person(String name)
Method Detail

getName

public String getName()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.