Package net.bluemind.addressbook.api
Class VCard.Organizational
java.lang.Object
net.bluemind.addressbook.api.VCard.Organizational
- Enclosing class:
 VCard
These properties are concerned with information associated with
 characteristics of the organization or organizational units of the object
 that the vCard represents.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classTo specify the organizational name and units associated with the vCard. - 
Field Summary
FieldsModifier and TypeFieldDescriptionTo include a member in the group this vCard represents.To specify the function or part played in a particular situation by the object the vCard represents.To specify the position or job of the object the vCard represents. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()static VCard.Organizationalcreate(String title, String role, VCard.Organizational.Org org, List<VCard.Organizational.Member> member) booleaninthashCode() 
- 
Field Details
- 
title
To specify the position or job of the object the vCard represents. - 
role
To specify the function or part played in a particular situation by the object the vCard represents. - 
org
 - 
member
To include a member in the group this vCard represents. 
 - 
 - 
Constructor Details
- 
Organizational
public Organizational() 
 - 
 - 
Method Details
- 
create
public static VCard.Organizational create(String title, String role, VCard.Organizational.Org org, List<VCard.Organizational.Member> member)  - 
copy
 - 
hashCode
public int hashCode() - 
equals
 
 -