org.teleal.cling.support.model
Class PersonWithRole

java.lang.Object
  extended by org.teleal.cling.support.model.Person
      extended by org.teleal.cling.support.model.PersonWithRole

public class PersonWithRole
extends Person

Author:
Christian Bauer

Constructor Summary
PersonWithRole(String name)
           
PersonWithRole(String name, String role)
           
 
Method Summary
 String getRole()
           
 void setOnElement(Element element)
           
 
Methods inherited from class org.teleal.cling.support.model.Person
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonWithRole

public PersonWithRole(String name)

PersonWithRole

public PersonWithRole(String name,
                      String role)
Method Detail

getRole

public String getRole()

setOnElement

public void setOnElement(Element element)


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.