|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.DomainData.Ref
public static class DomainData.Ref
class that represents a reference to a contact.
Field Summary | |
---|---|
private ContactData |
contact
the contact itself |
private boolean |
fromDescription
flag whether the contact was derived from a description field |
private DomainData.Role |
role
the role |
Constructor Summary | |
---|---|
DomainData.Ref(DomainData.Role theRole,
ContactData theContact)
constructor |
|
DomainData.Ref(DomainData.Role theRole,
ContactData theContact,
boolean isFromDescr)
constructor |
Method Summary | |
---|---|
ContactData |
getContact()
return the contact |
DomainData.Role |
getRole()
return the role |
boolean |
isFromDescription()
return whether the contact data has been derived from a domain description field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DomainData.Role role
private ContactData contact
private boolean fromDescription
Constructor Detail |
---|
public DomainData.Ref(DomainData.Role theRole, ContactData theContact, boolean isFromDescr)
theRole
- the roletheContact
- the contactisFromDescr
- whether the contact is derived from
a domain description fieldpublic DomainData.Ref(DomainData.Role theRole, ContactData theContact)
theRole
- the roletheContact
- the contactMethod Detail |
---|
public DomainData.Role getRole()
public ContactData getContact()
public boolean isFromDescription()
true
if so
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |