@Entity public class Phone extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Phone.Type |
public Phone()
public Phone(String number)
public Long getId()
public void setId(Long id)
public Person getPerson()
public void setPerson(Person person)
public Phone.Type getType()
public void setType(Phone.Type type)
public String getNumber()
public void setNumber(String number)
Copyright © 2014. All rights reserved.