public interface ExternalIdentity extends RepositoryObject, EngineObject, DependentObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_ExternalObjectIdentity()
Returns the value of the ExternalObjectIdentity property.
|
ExternalRepository |
get_ExternalRepository()
Returns the value of the ExternalRepository property.
|
Id |
get_Id()
Returns the value of the Id property.
|
byte[] |
get_ReplicationData()
Returns the value of the ReplicationData property.
|
void |
set_ExternalObjectIdentity(java.lang.String value)
Sets the value of the ExternalObjectIdentity property.
|
void |
set_ExternalRepository(ExternalRepository value)
Sets the value of the ExternalRepository property.
|
void |
set_ReplicationData(byte[] value)
Sets the value of the ReplicationData property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
ExternalRepository get_ExternalRepository()
void set_ExternalRepository(ExternalRepository value)
java.lang.String get_ExternalObjectIdentity()
void set_ExternalObjectIdentity(java.lang.String value)
byte[] get_ReplicationData()
void set_ReplicationData(byte[] value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.