VCardOrganization
Inheritance: java.lang.Object
public final class VCardOrganization
Represents vCard organization properties
Constructors
Constructor | Description |
---|---|
VCardOrganization() | Initializes a new instance of the VCardOrganization class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAgent() | Gets or sets an agent |
getClass() | |
getDepartments() | Gets or sets a departments |
getLogo() | Gets or sets a logo |
getOrganization() | Gets or sets a organization |
getRole() | Gets or sets a role |
getTitle() | Gets or sets a job title |
hashCode() | |
notify() | |
notifyAll() | |
setAgent(VCardAgent value) | Gets or sets an agent |
setDepartments(System.Collections.Specialized.StringCollection value) | Gets or sets a departments |
setLogo(VCardPhoto value) | Gets or sets a logo |
setOrganization(String value) | Gets or sets a organization |
setRole(String value) | Gets or sets a role |
setTitle(String value) | Gets or sets a job title |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VCardOrganization()
public VCardOrganization()
Initializes a new instance of the VCardOrganization class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAgent()
public final VCardAgent getAgent()
Gets or sets an agent
Returns: VCardAgent
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDepartments()
public final System.Collections.Specialized.StringCollection getDepartments()
Gets or sets a departments
Returns: com.aspose.ms.System.Collections.Specialized.StringCollection
getLogo()
public final VCardPhoto getLogo()
Gets or sets a logo
Returns: VCardPhoto
getOrganization()
public final String getOrganization()
Gets or sets a organization
Returns: java.lang.String
getRole()
public final String getRole()
Gets or sets a role
Returns: java.lang.String
getTitle()
public final String getTitle()
Gets or sets a job title
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAgent(VCardAgent value)
public final void setAgent(VCardAgent value)
Gets or sets an agent
Parameters:
Parameter | Type | Description |
---|---|---|
value | VCardAgent |
setDepartments(System.Collections.Specialized.StringCollection value)
public final void setDepartments(System.Collections.Specialized.StringCollection value)
Gets or sets a departments
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.ms.System.Collections.Specialized.StringCollection |
setLogo(VCardPhoto value)
public final void setLogo(VCardPhoto value)
Gets or sets a logo
Parameters:
Parameter | Type | Description |
---|---|---|
value | VCardPhoto |
setOrganization(String value)
public final void setOrganization(String value)
Gets or sets a organization
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setRole(String value)
public final void setRole(String value)
Gets or sets a role
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTitle(String value)
public final void setTitle(String value)
Gets or sets a job title
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |