com.ibm.datapower.wamt.dataAPI
Interface Persistable
- All Known Subinterfaces:
- StoredDeployableConfiguration, StoredDeployablePolicy, StoredDeploymentPolicy, StoredDeploymentPolicyVersion, StoredDevice, StoredDomain, StoredDomainVersion, StoredFirmware, StoredFirmwareVersion, StoredManagedSet, StoredTag, StoredVersion
- All Known Implementing Classes:
- StoredDeploymentPolicyImpl, StoredDeploymentPolicyVersionImpl, StoredDeviceImpl, StoredDomainImpl, StoredDomainVersionImpl, StoredFirmwareImpl, StoredFirmwareVersionImpl, StoredManagedSetImpl, StoredTagImpl
public interface Persistable
An interface to identify which classes should be persisted to a repository. The
Some Stored objects available with the data API implement this interface.
- See Also:
StoredDeployableConfiguration
,
StoredDevice
,
StoredFirmware
,
StoredManagedSet
,
StoredVersion
Method Summary |
java.lang.String |
getPrimaryKey()
Returns the Unique identifier for this Persisted object. |
COPYRIGHT_2009_2010
static final java.lang.String COPYRIGHT_2009_2010
- See Also:
- Constant Field Values
SCM_REVISION
static final java.lang.String SCM_REVISION
- See Also:
- Constant Field Values
getPrimaryKey
java.lang.String getPrimaryKey()
- Returns the Unique identifier for this Persisted object.
- Returns:
- A string uniquely identifying this persisted object
© Copyright IBM Corp. 2006, 2010 All Rights Reserved.