com.aspose.email
Class VCardOrganization

java.lang.Object
  extended by com.aspose.email.VCardOrganization

public final class VCardOrganization
extends Object

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

VCardOrganization

public VCardOrganization()

Initializes a new instance of the VCardOrganization class

Method Detail

getTitle

public String getTitle()

Gets or sets a job title


setTitle

public void setTitle(String value)

getRole

public String getRole()

Gets or sets a role


setRole

public void setRole(String value)

getLogo

public VCardPhoto getLogo()

Gets or sets a logo


setLogo

public void setLogo(VCardPhoto value)

getAgent

public VCardAgent getAgent()

Gets or sets an agent


setAgent

public void setAgent(VCardAgent value)

getOrganization

public String getOrganization()

Gets or sets a organization


setOrganization

public void setOrganization(String value)

getDepartments

public ArrayList<String> getDepartments()

Gets or sets a departments


setDepartments

public void setDepartments(ArrayList<String> value)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.