public static class DomainData.Ref
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private ContactData |
contact
the contact itself
|
private DomainData.Role |
role
the role
|
Constructor and Description |
---|
Ref(DomainData.Role theRole,
ContactData theContact)
constructor
|
Modifier and Type | Method and Description |
---|---|
ContactData |
getContact()
return the contact
|
DomainData.Role |
getRole()
return the role
|
private DomainData.Role role
private ContactData contact
public Ref(DomainData.Role theRole, ContactData theContact)
theRole
- the roletheContact
- the contactpublic DomainData.Role getRole()
public ContactData getContact()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH