UserConfiguration
Inheritance: java.lang.Object
public final class UserConfiguration
Represents user configuration
Constructors
| Constructor | Description | 
|---|---|
| UserConfiguration(UserConfigurationName userConfigurationName) | Initializes a new instance of the UserConfiguration class | 
Methods
| Method | Description | 
|---|---|
| equals(Object arg0) | |
| getBinaryData() | Gets or sets binary data property content. | 
| getClass() | |
| getDictionary() | Gets or sets a set of dictionary property entries. | 
| getId() | Gets or sets the user configuration object item identifier. | 
| getUserConfigurationName() | Gets or sets the user configuration object name. | 
| getXmlData() | Gets or sets XML data property content. | 
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBinaryData(byte[] value) | Gets or sets binary data property content. | 
| setId(String value) | Gets or sets the user configuration object item identifier. | 
| setUserConfigurationName(UserConfigurationName value) | Gets or sets the user configuration object name. | 
| setXmlData(byte[] value) | Gets or sets XML data property content. | 
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
UserConfiguration(UserConfigurationName userConfigurationName)
public UserConfiguration(UserConfigurationName userConfigurationName)
Initializes a new instance of the UserConfiguration class
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| userConfigurationName | UserConfigurationName | A user configuration name | 
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getBinaryData()
public final byte[] getBinaryData()
Gets or sets binary data property content.
Returns: byte[]
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDictionary()
public final Map getDictionary()
Gets or sets a set of dictionary property entries.
Returns: java.util.Map
getId()
public final String getId()
Gets or sets the user configuration object item identifier.
Returns: java.lang.String
getUserConfigurationName()
public final UserConfigurationName getUserConfigurationName()
Gets or sets the user configuration object name.
Returns: UserConfigurationName
getXmlData()
public final byte[] getXmlData()
Gets or sets XML data property content.
Returns: byte[]
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBinaryData(byte[] value)
public final void setBinaryData(byte[] value)
Gets or sets binary data property content.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | byte[] | 
setId(String value)
public final void setId(String value)
Gets or sets the user configuration object item identifier.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setUserConfigurationName(UserConfigurationName value)
public final void setUserConfigurationName(UserConfigurationName value)
Gets or sets the user configuration object name.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | UserConfigurationName | 
setXmlData(byte[] value)
public final void setXmlData(byte[] value)
Gets or sets XML data property content.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | byte[] | 
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 |