public final class VCardOrganization extends Object
Represents vCard organization properties
Constructor and Description |
---|
VCardOrganization()
Initializes a new instance of the
VCardOrganization class
|
Modifier and Type | Method and Description |
---|---|
VCardAgent |
getAgent()
Gets or sets an agent
|
ArrayList<String> |
getDepartments()
Gets or sets a departments
|
VCardPhoto |
getLogo()
Gets or sets a logo
|
String |
getOrganization()
Gets or sets a organization
|
String |
getRole()
Gets or sets a role
|
String |
getTitle()
Gets or sets a job title
|
void |
setAgent(VCardAgent value) |
void |
setDepartments(ArrayList<String> value) |
void |
setLogo(VCardPhoto value) |
void |
setOrganization(String value) |
void |
setRole(String value) |
void |
setTitle(String value) |
public VCardOrganization()
Initializes a new instance of the VCardOrganization
class
public String getTitle()
Gets or sets a job title
public void setTitle(String value)
public String getRole()
Gets or sets a role
public void setRole(String value)
public VCardPhoto getLogo()
Gets or sets a logo
public void setLogo(VCardPhoto value)
public VCardAgent getAgent()
Gets or sets an agent
public void setAgent(VCardAgent value)
public String getOrganization()
Gets or sets a organization
public void setOrganization(String value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.