|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.VCardOrganization
public final class VCardOrganization
Represents vCard organization properties
Constructor Summary | |
---|---|
VCardOrganization()
Initializes a new instance of the VCardOrganization class |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardOrganization()
Initializes a new instance of the VCardOrganization
class
Method Detail |
---|
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)
public ArrayList<String> getDepartments()
Gets or sets a departments
public void setDepartments(ArrayList<String> value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |