JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.hp.ucmdb.api.persistence
Interface PersistenceKey
All Superinterfaces:
Serializable
public interface
PersistenceKey
extends
Serializable
Created with IntelliJ IDEA. User: chenrot Date: 5/8/13 Time: 11:47 AM To change this template use File | Settings | File Templates.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAdditionalInfo
()
long
getCreateTime
()
String
getId
()
String
getKey
()
Method Details
getId
String
getId
()
getKey
String
getKey
()
getAdditionalInfo
String
getAdditionalInfo
()
getCreateTime
long
getCreateTime
()