public interface RenditionEngineConnection extends IndependentlyPersistableObject
Modifier and Type | Method and Description |
---|---|
RenditionEngineState |
get_ConnectionState()
Returns the value of the ConnectionState property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.lang.String |
get_DatabaseName()
Returns the value of the DatabaseName property.
|
java.lang.String |
get_DatabaseServerName()
Returns the value of the DatabaseServerName property.
|
java.lang.Integer |
get_DatabaseServerPort()
Returns the value of the DatabaseServerPort property.
|
DatabaseType |
get_DatabaseType()
Returns the value of the DatabaseType property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
byte[] |
get_RenditionEnginePassword()
Returns the value of the RenditionEnginePassword property.
|
Site |
get_Site()
Returns the value of the Site property.
|
java.lang.String |
get_UserName()
Returns the value of the UserName property.
|
void |
set_ConnectionState(RenditionEngineState value)
Sets the value of the ConnectionState property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DatabaseName(java.lang.String value)
Sets the value of the DatabaseName property.
|
void |
set_DatabaseServerName(java.lang.String value)
Sets the value of the DatabaseServerName property.
|
void |
set_DatabaseServerPort(java.lang.Integer value)
Sets the value of the DatabaseServerPort property.
|
void |
set_DatabaseType(DatabaseType value)
Sets the value of the DatabaseType property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_RenditionEnginePassword(byte[] value)
Sets the value of the RenditionEnginePassword property.
|
void |
set_Site(Site value)
Sets the value of the Site property.
|
void |
set_UserName(java.lang.String value)
Sets the value of the UserName property.
|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
java.util.Date get_DateLastModified()
Id get_Id()
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
Site get_Site()
void set_Site(Site value)
DatabaseType get_DatabaseType()
void set_DatabaseType(DatabaseType value)
java.lang.String get_DatabaseServerName()
void set_DatabaseServerName(java.lang.String value)
java.lang.Integer get_DatabaseServerPort()
void set_DatabaseServerPort(java.lang.Integer value)
java.lang.String get_DatabaseName()
void set_DatabaseName(java.lang.String value)
java.lang.String get_UserName()
void set_UserName(java.lang.String value)
byte[] get_RenditionEnginePassword()
void set_RenditionEnginePassword(byte[] value)
RenditionEngineState get_ConnectionState()
void set_ConnectionState(RenditionEngineState value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.